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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTA3KzA2JTNBNTMlM0EzMy40NzkzMzAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0wNyswOSUzQTQ0JTNBMDIuNjkyNjIzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-08-07T09:44:02.692623Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AnmariVB/3.embed",
            "fid": "AnmariVB:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/AnmariVB/3/9_3K5JG1856KAEFQ6Q46X2XT4QH1AL66.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AnmariVB/3/2_HK8IWDDYIV8MLMHQT1VUS6XBIOUNDD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AnmariVB/3/8_U5ZW2L5A609XM1DYY8HIH2UVV935NU.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AnmariVB/3/9_3K5JG1856KAEFQ6Q46X2XT4QH1AL66.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AnmariVB:3",
                "plots": "https://api.plotly.com/v2/plots/AnmariVB:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=AnmariVB"
            },
            "owner": "AnmariVB",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AnmariVB/3/",
            "world_readable": true,
            "date_modified": "2025-08-07T09:44:02.704Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AnmariVB/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "labels": "A",
                                "values": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "pie",
                        "labelssrc": "AnmariVB:2:b4011f",
                        "valuessrc": "AnmariVB:2:a7d2e2"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Nursery one "
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AnmariVB",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-07 09:09:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AnmariVB",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T09:26:37.959427Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AnmariVB/1.embed",
            "fid": "AnmariVB:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/AnmariVB/1/9_AN6AZEN574OUJQUUPMH3MUKOHWRVN3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AnmariVB/1/2_1K4BWM9Q3T9F0PO65Y5RPCOEPSE09C.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AnmariVB/1/8_Z6XP1AVP6LOWKNXODUJ852QW2NKYUX.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AnmariVB/1/9_AN6AZEN574OUJQUUPMH3MUKOHWRVN3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AnmariVB:1",
                "plots": "https://api.plotly.com/v2/plots/AnmariVB:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=AnmariVB"
            },
            "owner": "AnmariVB",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AnmariVB/1/",
            "world_readable": true,
            "date_modified": "2025-08-07T09:26:37.972Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AnmariVB/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "labels": "A",
                                "values": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "pie",
                        "labelssrc": "AnmariVB:0:294bee",
                        "valuessrc": "AnmariVB:0:422d18"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Distribution of BRR-Associated fungal genera in South Africa"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true,
                        "showspikes": false
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true,
                        "showspikes": false
                    },
                    "legend": {
                        "title": {
                            "text": "Genera"
                        }
                    },
                    "autosize": true,
                    "colorway": [
                        "#1b9e77",
                        "#d95f02",
                        "#7570b3",
                        "#e7298a",
                        "#66a61e",
                        "#e6ab02",
                        "#a6761d",
                        "#666666"
                    ],
                    "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"
                    },
                    "colorscale": {
                        "diverging": [
                            [
                                0,
                                "#9e0142"
                            ],
                            [
                                0.1,
                                "#d53e4f"
                            ],
                            [
                                0.2,
                                "#f46d43"
                            ],
                            [
                                0.3,
                                "#fdae61"
                            ],
                            [
                                0.4,
                                "#fee08b"
                            ],
                            [
                                0.5,
                                "#ffffbf"
                            ],
                            [
                                0.6,
                                "#e6f598"
                            ],
                            [
                                0.7,
                                "#abdda4"
                            ],
                            [
                                0.8,
                                "#66c2a5"
                            ],
                            [
                                0.9,
                                "#3288bd"
                            ],
                            [
                                1,
                                "#5e4fa2"
                            ]
                        ],
                        "sequential": [
                            [
                                0,
                                "#fcfbfd"
                            ],
                            [
                                0.125,
                                "#efedf5"
                            ],
                            [
                                0.25,
                                "#dadaeb"
                            ],
                            [
                                0.375,
                                "#bcbddc"
                            ],
                            [
                                0.5,
                                "#9e9ac8"
                            ],
                            [
                                0.625,
                                "#807dba"
                            ],
                            [
                                0.75,
                                "#6a51a3"
                            ],
                            [
                                0.875,
                                "#54278f"
                            ],
                            [
                                1,
                                "#3f007d"
                            ]
                        ],
                        "sequentialminus": [
                            [
                                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"
                            ]
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AnmariVB",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-07 09:09:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AnmariVB",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T08:28:44.167971Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~wngns99/7.embed",
            "fid": "wngns99:7",
            "filename": "검출유무",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/wngns99/7/9_SUZHEEN4KE56TAO62UPB3NG3WMZS3D.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/wngns99/7/2_79XG5E4G4WTKUR54YKSRM2L4LHEP1G.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wngns99/7/8_797XLO3QHC05W8DHYKLYKN7YNQBIMK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wngns99/7/9_SUZHEEN4KE56TAO62UPB3NG3WMZS3D.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wngns99:7",
                "plots": "https://api.plotly.com/v2/plots/wngns99:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=wngns99"
            },
            "owner": "wngns99",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~wngns99/7/",
            "world_readable": true,
            "date_modified": "2025-08-07T08:28:44.177Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~wngns99/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "SF Zoo, x; LA Zoo, x - SF Zoo, y",
                                "y": "LA Zoo, y"
                            }
                        },
                        "name": "Gastrointestinal disorders",
                        "type": "bar",
                        "xsrc": "wngns99:6:49d8de,db1fe6*",
                        "ysrc": "wngns99:6:21f5ab"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "SF Zoo, x; LA Zoo, x - SF Zoo, y",
                                "y": "D"
                            }
                        },
                        "name": "Dermatological disorders",
                        "type": "bar",
                        "xsrc": "wngns99:6:49d8de,db1fe6*",
                        "ysrc": "wngns99:6:95860e",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "SF Zoo, x; LA Zoo, x - SF Zoo, y",
                                "y": "E"
                            }
                        },
                        "name": "Obesity",
                        "type": "bar",
                        "xsrc": "wngns99:6:49d8de,db1fe6*",
                        "ysrc": "wngns99:6:1a6f35",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "SF Zoo, x; LA Zoo, x - SF Zoo, y",
                                "y": "F"
                            }
                        },
                        "name": "Healthy",
                        "type": "bar",
                        "xsrc": "wngns99:6:49d8de,db1fe6*",
                        "ysrc": "wngns99:6:af294d",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "multicategory",
                        "range": [
                            -0.46817820206841687,
                            3.5318217979315834
                        ],
                        "title": {
                            "text": "C. perfringens Detection and Symptom Classification"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            95.78947368421052
                        ],
                        "title": {
                            "text": "Number of Dogs"
                        },
                        "autorange": true
                    },
                    "barmode": "stack",
                    "autosize": true,
                    "colorway": [
                        "#4c78a8",
                        "#f58518",
                        "#e45756",
                        "#72b7b2",
                        "#54a24b",
                        "#eeca3b",
                        "#b279a2",
                        "#ff9da6",
                        "#9d755d",
                        "#bab0ac"
                    ],
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#dcdcdc"
                            ],
                            [
                                0.3333333333333333,
                                "#f5c39d"
                            ],
                            [
                                0.6666666666666666,
                                "#f5a069"
                            ],
                            [
                                1,
                                "#b20a1c"
                            ]
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~wngns99",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-06 06:56:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wngns99",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T08:22:01.212426Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~EC./5.embed",
            "fid": "EC.:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/EC./5/9_VDR2VMYLN3E7IW1FEZ1SQE1ZXT5FJL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/EC./5/2_2AI203UJFWL7JBV3AQLD0XPLBR841K.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/EC./5/8_4EX7QTQTKNZOAM0SBNOQDVTO9XDJ0Y.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/EC./5/9_VDR2VMYLN3E7IW1FEZ1SQE1ZXT5FJL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/EC.:5",
                "plots": "https://api.plotly.com/v2/plots/EC.:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=EC."
            },
            "owner": "EC.",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~EC./5/",
            "world_readable": true,
            "date_modified": "2025-08-08T09:22:43.937Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~EC./5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "P3",
                        "type": "scatter",
                        "xsrc": "EC.:4:e025e1",
                        "ysrc": "EC.:4:f46b3d",
                        "error_x": {
                            "type": "constant",
                            "color": "#636efa",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "#636efa",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": false,
                            "thickness": 2,
                            "valueminus": 10
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "name": "P4",
                        "type": "scatter",
                        "xsrc": "EC.:4:e025e1",
                        "ysrc": "EC.:4:49a994",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "P6",
                        "type": "scatter",
                        "xsrc": "EC.:4:e025e1",
                        "ysrc": "EC.:4:dc157b",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "E"
                            }
                        },
                        "mode": "lines",
                        "name": "P7",
                        "type": "scatter",
                        "xsrc": "EC.:4:e025e1",
                        "ysrc": "EC.:4:27e4aa",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "F"
                            }
                        },
                        "mode": "lines",
                        "name": "P8",
                        "type": "scatter",
                        "xsrc": "EC.:4:e025e1",
                        "ysrc": "EC.:4:10c9ba",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "G"
                            }
                        },
                        "mode": "lines",
                        "name": "P10",
                        "type": "scatter",
                        "xsrc": "EC.:4:e025e1",
                        "ysrc": "EC.:4:d19f4c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "H"
                            }
                        },
                        "mode": "lines",
                        "name": "P12",
                        "type": "scatter",
                        "xsrc": "EC.:4:e025e1",
                        "ysrc": "EC.:4:de8da5",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "I"
                            }
                        },
                        "mode": "lines",
                        "name": "P13",
                        "type": "scatter",
                        "xsrc": "EC.:4:e025e1",
                        "ysrc": "EC.:4:6c71f1",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "I"
                            }
                        },
                        "mode": "lines",
                        "name": "P19",
                        "type": "scatter",
                        "xsrc": "EC.:4:e025e1",
                        "ysrc": "EC.:4:6c71f1",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "J"
                            }
                        },
                        "mode": "lines",
                        "name": "P22",
                        "type": "scatter",
                        "xsrc": "EC.:4:e025e1",
                        "ysrc": "EC.:4:ec4e11",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "M",
                                "y": "N",
                                "error_y": {
                                    "array": "O"
                                }
                            }
                        },
                        "mode": "lines",
                        "name": "Moyenne",
                        "type": "bar",
                        "xsrc": "EC.:4:1fb6da",
                        "ysrc": "EC.:4:6b1475",
                        "marker": {
                            "color": "#b6e880"
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "O"
                                }
                            },
                            "type": "data",
                            "color": "#444",
                            "width": 4,
                            "visible": true,
                            "arraysrc": "EC.:4:0a2ca7",
                            "traceref": 0,
                            "symmetric": true,
                            "thickness": 3,
                            "tracerefminus": 0
                        },
                        "stackgroup": null,
                        "orientation": "v",
                        "textposition": "middle center"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12
                    },
                    "title": {
                        "x": 0.08,
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "title": {
                            "text": "Session"
                        },
                        "tickson": "labels",
                        "showgrid": true,
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -68.15056360555556,
                            26.744766505555557
                        ],
                        "title": {
                            "text": "Taux de variations de la force max (%)"
                        },
                        "autorange": true
                    },
                    "bargap": 0.63,
                    "height": 555,
                    "margin": {
                        "b": 80,
                        "l": 500,
                        "r": 50,
                        "t": 200
                    },
                    "autosize": false,
                    "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"
                    }
                }
            },
            "height": 555,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~EC.",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-04 14:38:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "EC.",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T08:12:43.759094Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~antle/218.embed",
            "fid": "antle:218",
            "filename": "antle21",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/antle/218/9_09QZZMOKN2M45K3MGTW6XPWKNYJC9N.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/antle/218/2_TIWQNDZAM8IAW0HXO5ZQN1397X18CS.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/antle/218/8_DJIB0NVDAZ7IIMCIL8OJO9JM9K8VVQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/antle/218/9_09QZZMOKN2M45K3MGTW6XPWKNYJC9N.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/antle:218",
                "plots": "https://api.plotly.com/v2/plots/antle:218",
                "parent": "https://api.plotly.com/v2/folders/home?user=antle"
            },
            "owner": "antle",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~antle/218/",
            "world_readable": true,
            "date_modified": "2025-08-07T08:12:43.769Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~antle/218/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "pie",
                        "marker": {
                            "colorssrc": "antle:217:1c357b"
                        },
                        "pullsrc": "antle:217:534b6a",
                        "textinfo": "label+percent+value",
                        "labelssrc": "antle:217:cbaa80",
                        "valuessrc": "antle:217:4bb7c3"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "성남시 노령 인구 비율"
                    },
                    "height": 500,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 0.5,
                            "font": {
                                "size": 24
                            },
                            "text": "100%",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 500,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~antle",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-17 11:08:35",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "antle",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T07:47:12.034409Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aidenshin/18.embed",
            "fid": "aidenshin:18",
            "filename": "Epoch 진행에 따른 Residual 변화 : MAE(avg) 기준 top-70 (out of 1400)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/aidenshin/18/9_WRV4U0ZQBMU8PRM5O4ZOM1XDIG0HD7.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/aidenshin/18/2_QXFBNK0P0CDWG1Q4GU15VZUKUQJQDS.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aidenshin/18/8_7GUL68SJUP3QCGVXAO31PT2V71AZ6Z.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aidenshin/18/9_WRV4U0ZQBMU8PRM5O4ZOM1XDIG0HD7.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aidenshin:18",
                "plots": "https://api.plotly.com/v2/plots/aidenshin:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=aidenshin"
            },
            "owner": "aidenshin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~aidenshin/18/",
            "world_readable": true,
            "date_modified": "2025-08-07T07:47:12.043Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aidenshin/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(68,1,84,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 821",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:d98bd4",
                        "ysrc": "aidenshin:17:bb1ee8",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:da24e6"
                    },
                    {
                        "line": {
                            "color": "rgba(69,5,89,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 718",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:dccbb8",
                        "ysrc": "aidenshin:17:1b1fbf",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:a14426"
                    },
                    {
                        "line": {
                            "color": "rgba(70,11,94,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 462",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:ec7efa",
                        "ysrc": "aidenshin:17:17aba5",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:0b5411"
                    },
                    {
                        "line": {
                            "color": "rgba(71,17,100,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 828",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:5f6d02",
                        "ysrc": "aidenshin:17:3f7969",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:8ec2a0"
                    },
                    {
                        "line": {
                            "color": "rgba(72,22,104,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1014",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:1f98b0",
                        "ysrc": "aidenshin:17:c091af",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:7282a8"
                    },
                    {
                        "line": {
                            "color": "rgba(72,27,109,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 71",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:b7f726",
                        "ysrc": "aidenshin:17:9d41c9",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:f9cc0b"
                    },
                    {
                        "line": {
                            "color": "rgba(72,32,113,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 86",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:698af7",
                        "ysrc": "aidenshin:17:908fdb",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:62a2a4"
                    },
                    {
                        "line": {
                            "color": "rgba(72,36,117,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 785",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:881d16",
                        "ysrc": "aidenshin:17:57bbaa",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:775475"
                    },
                    {
                        "line": {
                            "color": "rgba(72,41,121,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1148",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:628d05",
                        "ysrc": "aidenshin:17:2ca601",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:300e08"
                    },
                    {
                        "line": {
                            "color": "rgba(71,46,124,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 263",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:75a1f7",
                        "ysrc": "aidenshin:17:323950",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:a39269"
                    },
                    {
                        "line": {
                            "color": "rgba(70,51,127,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 961",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:94a1b8",
                        "ysrc": "aidenshin:17:50cfd7",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:43917c"
                    },
                    {
                        "line": {
                            "color": "rgba(69,55,129,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1180",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:cb371e",
                        "ysrc": "aidenshin:17:41aa50",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:742238"
                    },
                    {
                        "line": {
                            "color": "rgba(68,59,132,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 382",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:262d06",
                        "ysrc": "aidenshin:17:020c63",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:d15a7e"
                    },
                    {
                        "line": {
                            "color": "rgba(66,64,134,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 832",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:a703f1",
                        "ysrc": "aidenshin:17:424118",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:8ae907"
                    },
                    {
                        "line": {
                            "color": "rgba(65,68,135,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 84",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:47376c",
                        "ysrc": "aidenshin:17:e611c6",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:806a08"
                    },
                    {
                        "line": {
                            "color": "rgba(63,72,137,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 357",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:9682c3",
                        "ysrc": "aidenshin:17:0469c0",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:b5d622"
                    },
                    {
                        "line": {
                            "color": "rgba(61,77,138,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 117",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:faea18",
                        "ysrc": "aidenshin:17:c51979",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:91986b"
                    },
                    {
                        "line": {
                            "color": "rgba(59,81,139,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 795",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:510bae",
                        "ysrc": "aidenshin:17:57d64a",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:7f06a8"
                    },
                    {
                        "line": {
                            "color": "rgba(58,84,140,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 579",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:5cb0b5",
                        "ysrc": "aidenshin:17:e14d8f",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:9e1581"
                    },
                    {
                        "line": {
                            "color": "rgba(56,89,140,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1362",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:f03e3f",
                        "ysrc": "aidenshin:17:7bc456",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:973e44"
                    },
                    {
                        "line": {
                            "color": "rgba(54,93,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 212",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:72628a",
                        "ysrc": "aidenshin:17:013734",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:d10dfc"
                    },
                    {
                        "line": {
                            "color": "rgba(52,96,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 995",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:7caa68",
                        "ysrc": "aidenshin:17:414831",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:2b8f97"
                    },
                    {
                        "line": {
                            "color": "rgba(50,100,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1055",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:2d5121",
                        "ysrc": "aidenshin:17:884b6a",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:60ca74"
                    },
                    {
                        "line": {
                            "color": "rgba(49,104,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 953",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:d7153c",
                        "ysrc": "aidenshin:17:faea81",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:da98e7"
                    },
                    {
                        "line": {
                            "color": "rgba(47,108,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1096",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:4e865f",
                        "ysrc": "aidenshin:17:4f0d4e",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:7a3a3a"
                    },
                    {
                        "line": {
                            "color": "rgba(46,111,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1037",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:5d96c2",
                        "ysrc": "aidenshin:17:2d7efc",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:24cda3"
                    },
                    {
                        "line": {
                            "color": "rgba(44,114,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 509",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:56242f",
                        "ysrc": "aidenshin:17:33c8a8",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:ac876e"
                    },
                    {
                        "line": {
                            "color": "rgba(42,118,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 346",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:be0f4c",
                        "ysrc": "aidenshin:17:e297d5",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:6cef75"
                    },
                    {
                        "line": {
                            "color": "rgba(41,121,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 542",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:a5c738",
                        "ysrc": "aidenshin:17:75cb14",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:60ea64"
                    },
                    {
                        "line": {
                            "color": "rgba(40,125,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 987",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:a39457",
                        "ysrc": "aidenshin:17:62077d",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:79ee2b"
                    },
                    {
                        "line": {
                            "color": "rgba(38,129,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1206",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:f99419",
                        "ysrc": "aidenshin:17:0c94ff",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:27bb6b"
                    },
                    {
                        "line": {
                            "color": "rgba(37,132,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1130",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:d42a70",
                        "ysrc": "aidenshin:17:b650c0",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:a9fc1d"
                    },
                    {
                        "line": {
                            "color": "rgba(36,135,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1128",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:abaa49",
                        "ysrc": "aidenshin:17:a34d8b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:3e1066"
                    },
                    {
                        "line": {
                            "color": "rgba(34,139,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 566",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:b16035",
                        "ysrc": "aidenshin:17:34ffb9",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:5025dc"
                    },
                    {
                        "line": {
                            "color": "rgba(33,143,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1059",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:55c140",
                        "ysrc": "aidenshin:17:5b9223",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:c19c62"
                    },
                    {
                        "line": {
                            "color": "rgba(32,146,140,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 606",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:2b6c5e",
                        "ysrc": "aidenshin:17:a34573",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:d23809"
                    },
                    {
                        "line": {
                            "color": "rgba(32,146,140,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 535",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:109eda",
                        "ysrc": "aidenshin:17:593903",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:a9df74"
                    },
                    {
                        "line": {
                            "color": "rgba(31,153,138,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1280",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:528ce1",
                        "ysrc": "aidenshin:17:c81ac0",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:e48f92"
                    },
                    {
                        "line": {
                            "color": "rgba(30,156,137,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 877",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:d6ffa2",
                        "ysrc": "aidenshin:17:0f8afb",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:2cf056"
                    },
                    {
                        "line": {
                            "color": "rgba(31,160,136,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 925",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:17b62a",
                        "ysrc": "aidenshin:17:8c010f",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:09e8f9"
                    },
                    {
                        "line": {
                            "color": "rgba(32,163,134,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 986",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:e69dea",
                        "ysrc": "aidenshin:17:80fec7",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:388414"
                    },
                    {
                        "line": {
                            "color": "rgba(34,167,133,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 354",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:d79e06",
                        "ysrc": "aidenshin:17:4dcd12",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:2c63dc"
                    },
                    {
                        "line": {
                            "color": "rgba(36,170,131,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1069",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:590712",
                        "ysrc": "aidenshin:17:f4ae20",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:07b00d"
                    },
                    {
                        "line": {
                            "color": "rgba(39,173,129,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 706",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:4ff9f7",
                        "ysrc": "aidenshin:17:aab58f",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:daf52a"
                    },
                    {
                        "line": {
                            "color": "rgba(44,177,126,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 644",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:4a1390",
                        "ysrc": "aidenshin:17:9e9d5e",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:c98492"
                    },
                    {
                        "line": {
                            "color": "rgba(47,180,124,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 956",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:7d9981",
                        "ysrc": "aidenshin:17:a6c938",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:e16242"
                    },
                    {
                        "line": {
                            "color": "rgba(53,183,121,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 541",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:b355d4",
                        "ysrc": "aidenshin:17:249cde",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:4e33ba"
                    },
                    {
                        "line": {
                            "color": "rgba(59,187,117,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 355",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:ccb53c",
                        "ysrc": "aidenshin:17:3646f4",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:479336"
                    },
                    {
                        "line": {
                            "color": "rgba(66,190,113,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 949",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:842bc8",
                        "ysrc": "aidenshin:17:8319f8",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:7e8aae"
                    },
                    {
                        "line": {
                            "color": "rgba(72,193,110,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 698",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:e08370",
                        "ysrc": "aidenshin:17:09dcad",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:e0cc40"
                    },
                    {
                        "line": {
                            "color": "rgba(80,196,106,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1215",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:b50fd8",
                        "ysrc": "aidenshin:17:f94c06",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:61dcb0"
                    },
                    {
                        "line": {
                            "color": "rgba(88,199,101,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 220",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:e4c7d2",
                        "ysrc": "aidenshin:17:377379",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:d640b8"
                    },
                    {
                        "line": {
                            "color": "rgba(94,201,98,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 176",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:e9869e",
                        "ysrc": "aidenshin:17:90c756",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:7d8e61"
                    },
                    {
                        "line": {
                            "color": "rgba(103,204,92,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1369",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:b57bcb",
                        "ysrc": "aidenshin:17:d10413",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:a8423c"
                    },
                    {
                        "line": {
                            "color": "rgba(112,207,87,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 926",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:41134f",
                        "ysrc": "aidenshin:17:216c44",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:fb9cbf"
                    },
                    {
                        "line": {
                            "color": "rgba(122,209,81,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1017",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:471225",
                        "ysrc": "aidenshin:17:ebdf50",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:b873ed"
                    },
                    {
                        "line": {
                            "color": "rgba(129,211,77,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1251",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:e160aa",
                        "ysrc": "aidenshin:17:9aa168",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:8ba699"
                    },
                    {
                        "line": {
                            "color": "rgba(139,214,70,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 93",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:6c46c7",
                        "ysrc": "aidenshin:17:c2ec14",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:59ade9"
                    },
                    {
                        "line": {
                            "color": "rgba(149,216,64,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1354",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:ae13d1",
                        "ysrc": "aidenshin:17:810e0c",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:6bd7ed"
                    },
                    {
                        "line": {
                            "color": "rgba(157,217,59,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 677",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:2e9808",
                        "ysrc": "aidenshin:17:b0f189",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:357908"
                    },
                    {
                        "line": {
                            "color": "rgba(168,219,52,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 320",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:ceb9b8",
                        "ysrc": "aidenshin:17:05dd32",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:6675ea"
                    },
                    {
                        "line": {
                            "color": "rgba(178,221,45,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1255",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:3b487c",
                        "ysrc": "aidenshin:17:77cc92",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:45d0b7"
                    },
                    {
                        "line": {
                            "color": "rgba(189,223,38,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 238",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:7c2ae3",
                        "ysrc": "aidenshin:17:2a621f",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:209d57"
                    },
                    {
                        "line": {
                            "color": "rgba(197,224,33,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 279",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:0c9a89",
                        "ysrc": "aidenshin:17:2c4d71",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:f70130"
                    },
                    {
                        "line": {
                            "color": "rgba(208,225,28,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 886",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:4451ce",
                        "ysrc": "aidenshin:17:817a2b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:04b4f2"
                    },
                    {
                        "line": {
                            "color": "rgba(218,227,25,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 439",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:646735",
                        "ysrc": "aidenshin:17:818024",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:1a9c22"
                    },
                    {
                        "line": {
                            "color": "rgba(226,228,24,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 990",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:f69da4",
                        "ysrc": "aidenshin:17:bc8132",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:4bb814"
                    },
                    {
                        "line": {
                            "color": "rgba(236,229,27,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 50",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:3d342d",
                        "ysrc": "aidenshin:17:8dcd78",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:7d393d"
                    },
                    {
                        "line": {
                            "color": "rgba(246,230,32,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 896",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:965aac",
                        "ysrc": "aidenshin:17:a14b7a",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:f97a33"
                    },
                    {
                        "line": {
                            "color": "rgba(253,231,37,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 748",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:e474ad",
                        "ysrc": "aidenshin:17:c12d8b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:17:2fc07a"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "실제 요금과 동일한 예측값을 가질때의 기준선 (Zero Error)",
                        "type": "scatter",
                        "xsrc": "aidenshin:17:e110cc",
                        "ysrc": "aidenshin:17:2fde07",
                        "showlegend": true
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Epoch 진행에 따른 Residual 변화 : MAE(avg) 기준 top-70 (out of 1400)"
                    },
                    "width": 1200,
                    "xaxis": {
                        "title": {
                            "text": "Epoch"
                        }
                    },
                    "yaxis": {
                        "range": [
                            -50000,
                            50000
                        ],
                        "title": {
                            "text": "Prediction Error (Pred - True)"
                        }
                    },
                    "height": 600,
                    "legend": {
                        "x": 1,
                        "y": 1.02,
                        "xanchor": "right",
                        "yanchor": "bottom",
                        "orientation": "h"
                    },
                    "margin": {
                        "t": 100
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "closest",
                    "hoverlabel": {
                        "font": {
                            "size": 13
                        },
                        "align": "left",
                        "namelength": -1
                    },
                    "plot_bgcolor": "rgb(210, 210, 210)"
                }
            },
            "height": 600,
            "width": 1200,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aidenshin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/11.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-30 21:23:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aidenshin",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T07:43:49.149489Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aidenshin/16.embed",
            "fid": "aidenshin:16",
            "filename": "Epoch 진행에 따른 Prediction 변화 : MAPE(avg) 기준 top-70 (out of 1400)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/aidenshin/16/9_41Y96DHYW07MTCMJ93UUS5Z4NAKK7L.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/aidenshin/16/2_P50S63YYMPGLSD5VKVFS8WISURGCF8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aidenshin/16/8_BNVAKG1Z62F4UL1M5BTW7OQ4U9TLRG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aidenshin/16/9_41Y96DHYW07MTCMJ93UUS5Z4NAKK7L.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aidenshin:16",
                "plots": "https://api.plotly.com/v2/plots/aidenshin:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=aidenshin"
            },
            "owner": "aidenshin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~aidenshin/16/",
            "world_readable": true,
            "date_modified": "2025-08-07T07:43:49.158Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aidenshin/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(68,1,84,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 821",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:fdabd9",
                        "ysrc": "aidenshin:15:8382a6",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:cabd4e"
                    },
                    {
                        "line": {
                            "color": "rgba(69,5,89,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 718",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:8cfad4",
                        "ysrc": "aidenshin:15:5cd9cc",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:2f9995"
                    },
                    {
                        "line": {
                            "color": "rgba(70,11,94,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 462",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:a3a5eb",
                        "ysrc": "aidenshin:15:339ce1",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:a43cdb"
                    },
                    {
                        "line": {
                            "color": "rgba(71,17,100,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 439",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:569f8d",
                        "ysrc": "aidenshin:15:c93d23",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:84b114"
                    },
                    {
                        "line": {
                            "color": "rgba(72,22,104,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 212",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:12b52a",
                        "ysrc": "aidenshin:15:2006f5",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:3351f7"
                    },
                    {
                        "line": {
                            "color": "rgba(72,27,109,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 382",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:679884",
                        "ysrc": "aidenshin:15:f4b60b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:af719e"
                    },
                    {
                        "line": {
                            "color": "rgba(72,32,113,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 949",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:9ae62c",
                        "ysrc": "aidenshin:15:371502",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:bd6155"
                    },
                    {
                        "line": {
                            "color": "rgba(72,36,117,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 904",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:53594e",
                        "ysrc": "aidenshin:15:1c851b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:b2bcd8"
                    },
                    {
                        "line": {
                            "color": "rgba(72,41,121,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1291",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4a0335",
                        "ysrc": "aidenshin:15:5a7424",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:1d2fe2"
                    },
                    {
                        "line": {
                            "color": "rgba(71,46,124,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1055",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:aaff7c",
                        "ysrc": "aidenshin:15:809826",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:497ea2"
                    },
                    {
                        "line": {
                            "color": "rgba(70,51,127,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 995",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:cf19d4",
                        "ysrc": "aidenshin:15:041525",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:f73a7f"
                    },
                    {
                        "line": {
                            "color": "rgba(69,55,129,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 987",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:48a499",
                        "ysrc": "aidenshin:15:3e63a5",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:09f025"
                    },
                    {
                        "line": {
                            "color": "rgba(68,59,132,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 961",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:3ec651",
                        "ysrc": "aidenshin:15:122471",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:a9d116"
                    },
                    {
                        "line": {
                            "color": "rgba(66,64,134,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1148",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:c6ab07",
                        "ysrc": "aidenshin:15:42cb1d",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e88b1c"
                    },
                    {
                        "line": {
                            "color": "rgba(65,68,135,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1069",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4062b4",
                        "ysrc": "aidenshin:15:ae65f3",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:ff4e78"
                    },
                    {
                        "line": {
                            "color": "rgba(63,72,137,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 535",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:608eac",
                        "ysrc": "aidenshin:15:a46c25",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:aff49c"
                    },
                    {
                        "line": {
                            "color": "rgba(61,77,138,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 981",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4fd9f4",
                        "ysrc": "aidenshin:15:8e2454",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:d1263f"
                    },
                    {
                        "line": {
                            "color": "rgba(59,81,139,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1213",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:2a581c",
                        "ysrc": "aidenshin:15:38b263",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:9b6957"
                    },
                    {
                        "line": {
                            "color": "rgba(58,84,140,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 832",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:37bf4a",
                        "ysrc": "aidenshin:15:69edf1",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:587a0e"
                    },
                    {
                        "line": {
                            "color": "rgba(56,89,140,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 828",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:fdfb5d",
                        "ysrc": "aidenshin:15:4ce696",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:dc90d0"
                    },
                    {
                        "line": {
                            "color": "rgba(54,93,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 953",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:287ccd",
                        "ysrc": "aidenshin:15:848386",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:1fbf7a"
                    },
                    {
                        "line": {
                            "color": "rgba(52,96,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 86",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:e5da83",
                        "ysrc": "aidenshin:15:854260",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:6d0871"
                    },
                    {
                        "line": {
                            "color": "rgba(50,100,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 346",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:83e666",
                        "ysrc": "aidenshin:15:22a897",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:33ece4"
                    },
                    {
                        "line": {
                            "color": "rgba(49,104,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 444",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:0b50e0",
                        "ysrc": "aidenshin:15:b67f8e",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:a15166"
                    },
                    {
                        "line": {
                            "color": "rgba(47,108,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1130",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:68ca7e",
                        "ysrc": "aidenshin:15:7033bc",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:dd394a"
                    },
                    {
                        "line": {
                            "color": "rgba(46,111,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 84",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:9b88db",
                        "ysrc": "aidenshin:15:495c5b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:f0cd5a"
                    },
                    {
                        "line": {
                            "color": "rgba(44,114,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 299",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f934bb",
                        "ysrc": "aidenshin:15:c6b649",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:f2e86b"
                    },
                    {
                        "line": {
                            "color": "rgba(42,118,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 579",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:5ad808",
                        "ysrc": "aidenshin:15:8c3eb3",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:be44a3"
                    },
                    {
                        "line": {
                            "color": "rgba(41,121,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 898",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f556ca",
                        "ysrc": "aidenshin:15:cfcca8",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:bc8a96"
                    },
                    {
                        "line": {
                            "color": "rgba(40,125,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1014",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:cfd990",
                        "ysrc": "aidenshin:15:5ade1d",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:a95ec1"
                    },
                    {
                        "line": {
                            "color": "rgba(38,129,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 795",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:0a6a4a",
                        "ysrc": "aidenshin:15:9776b4",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e043f8"
                    },
                    {
                        "line": {
                            "color": "rgba(37,132,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 14",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:642f78",
                        "ysrc": "aidenshin:15:bc4b76",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:9c7633"
                    },
                    {
                        "line": {
                            "color": "rgba(36,135,142,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1128",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:067a37",
                        "ysrc": "aidenshin:15:fa21ae",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e82895"
                    },
                    {
                        "line": {
                            "color": "rgba(34,139,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1180",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:692c31",
                        "ysrc": "aidenshin:15:45d068",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e9c8cc"
                    },
                    {
                        "line": {
                            "color": "rgba(33,143,141,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1390",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:d6451f",
                        "ysrc": "aidenshin:15:cce28a",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e6e076"
                    },
                    {
                        "line": {
                            "color": "rgba(32,146,140,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 509",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:92f738",
                        "ysrc": "aidenshin:15:c20b5d",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:0602e8"
                    },
                    {
                        "line": {
                            "color": "rgba(31,149,139,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 542",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:b914c0",
                        "ysrc": "aidenshin:15:9ec8a7",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:3d41df"
                    },
                    {
                        "line": {
                            "color": "rgba(31,153,138,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1362",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4ebe22",
                        "ysrc": "aidenshin:15:9b9198",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:af5610"
                    },
                    {
                        "line": {
                            "color": "rgba(30,156,137,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1381",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:6adff5",
                        "ysrc": "aidenshin:15:7815eb",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:a7df9f"
                    },
                    {
                        "line": {
                            "color": "rgba(31,160,136,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 698",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:b98ebb",
                        "ysrc": "aidenshin:15:80a562",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:c1e019"
                    },
                    {
                        "line": {
                            "color": "rgba(32,163,134,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 176",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:61329e",
                        "ysrc": "aidenshin:15:accb36",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:7fae6d"
                    },
                    {
                        "line": {
                            "color": "rgba(34,167,133,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1354",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:1b8ef5",
                        "ysrc": "aidenshin:15:323caf",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:c251b4"
                    },
                    {
                        "line": {
                            "color": "rgba(36,170,131,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 926",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:553879",
                        "ysrc": "aidenshin:15:1f0c18",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:28a0ba"
                    },
                    {
                        "line": {
                            "color": "rgba(39,173,129,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 357",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:e69c6f",
                        "ysrc": "aidenshin:15:9a0361",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:e04840"
                    },
                    {
                        "line": {
                            "color": "rgba(44,177,126,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 220",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f77a0a",
                        "ysrc": "aidenshin:15:17a728",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:93c5f3"
                    },
                    {
                        "line": {
                            "color": "rgba(47,180,124,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1067",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:701ce4",
                        "ysrc": "aidenshin:15:c67410",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:6651ad"
                    },
                    {
                        "line": {
                            "color": "rgba(53,183,121,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 93",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:2d7c8a",
                        "ysrc": "aidenshin:15:e85fe2",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:49f46e"
                    },
                    {
                        "line": {
                            "color": "rgba(59,187,117,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 877",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:69b607",
                        "ysrc": "aidenshin:15:0f6dc3",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:91655a"
                    },
                    {
                        "line": {
                            "color": "rgba(66,190,113,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1304",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:db5385",
                        "ysrc": "aidenshin:15:f69439",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:8aa882"
                    },
                    {
                        "line": {
                            "color": "rgba(72,193,110,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 349",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4d40f8",
                        "ysrc": "aidenshin:15:bf5969",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:411fcd"
                    },
                    {
                        "line": {
                            "color": "rgba(80,196,106,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 896",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:858827",
                        "ysrc": "aidenshin:15:7c28ee",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:8f0366"
                    },
                    {
                        "line": {
                            "color": "rgba(88,199,101,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 32",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:028cc4",
                        "ysrc": "aidenshin:15:b6067c",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:eb0404"
                    },
                    {
                        "line": {
                            "color": "rgba(94,201,98,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 90",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f5dbb0",
                        "ysrc": "aidenshin:15:f3eb9b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:d345b7"
                    },
                    {
                        "line": {
                            "color": "rgba(103,204,92,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1245",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:4a31ce",
                        "ysrc": "aidenshin:15:4b74fe",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:1084c7"
                    },
                    {
                        "line": {
                            "color": "rgba(112,207,87,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 625",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:ce84eb",
                        "ysrc": "aidenshin:15:816550",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:8933c8"
                    },
                    {
                        "line": {
                            "color": "rgba(122,209,81,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1137",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:9b210e",
                        "ysrc": "aidenshin:15:7a1b76",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:6152aa"
                    },
                    {
                        "line": {
                            "color": "rgba(129,211,77,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 647",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:ae7064",
                        "ysrc": "aidenshin:15:50293b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:1dea0a"
                    },
                    {
                        "line": {
                            "color": "rgba(139,214,70,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 986",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:65a99b",
                        "ysrc": "aidenshin:15:0bf75b",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:de59a6"
                    },
                    {
                        "line": {
                            "color": "rgba(149,216,64,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 480",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f814bf",
                        "ysrc": "aidenshin:15:6b0253",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:9c6802"
                    },
                    {
                        "line": {
                            "color": "rgba(157,217,59,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 117",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f64605",
                        "ysrc": "aidenshin:15:9c588c",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:ebc6ce"
                    },
                    {
                        "line": {
                            "color": "rgba(168,219,52,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1251",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:bc8b1f",
                        "ysrc": "aidenshin:15:dbc3b0",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:3b8276"
                    },
                    {
                        "line": {
                            "color": "rgba(178,221,45,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1215",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:d5392b",
                        "ysrc": "aidenshin:15:59d026",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:788d40"
                    },
                    {
                        "line": {
                            "color": "rgba(189,223,38,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 602",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:91a8ef",
                        "ysrc": "aidenshin:15:22179d",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:68456e"
                    },
                    {
                        "line": {
                            "color": "rgba(197,224,33,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 870",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:1c7aba",
                        "ysrc": "aidenshin:15:166150",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:96c174"
                    },
                    {
                        "line": {
                            "color": "rgba(208,225,28,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 824",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:f7b8cb",
                        "ysrc": "aidenshin:15:7282d4",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:98360a"
                    },
                    {
                        "line": {
                            "color": "rgba(218,227,25,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 548",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:656cf2",
                        "ysrc": "aidenshin:15:047118",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:00eef0"
                    },
                    {
                        "line": {
                            "color": "rgba(226,228,24,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 748",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:149e34",
                        "ysrc": "aidenshin:15:4d2003",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:956e09"
                    },
                    {
                        "line": {
                            "color": "rgba(236,229,27,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 990",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:842ed9",
                        "ysrc": "aidenshin:15:4640cb",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:591469"
                    },
                    {
                        "line": {
                            "color": "rgba(246,230,32,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 1173",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:456d2c",
                        "ysrc": "aidenshin:15:82daf3",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:c64ee4"
                    },
                    {
                        "line": {
                            "color": "rgba(253,231,37,0.8)",
                            "width": 1.0
                        },
                        "mode": "lines",
                        "name": "sample 978",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:90ee17",
                        "ysrc": "aidenshin:15:64c709",
                        "hoverinfo": "text+y",
                        "hoverlabel": {
                            "font": {
                                "size": 13
                            },
                            "align": "left",
                            "namelength": -1
                        },
                        "showlegend": false,
                        "hovertextsrc": "aidenshin:15:918408"
                    },
                    {
                        "line": {
                            "color": "red",
                            "width": 2
                        },
                        "mode": "lines",
                        "name": "정답 대비 0% 오차 기준선",
                        "type": "scatter",
                        "xsrc": "aidenshin:15:142fe5",
                        "ysrc": "aidenshin:15:7dfcd1",
                        "showlegend": true
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Epoch 진행에 따른 Prediction 변화 : MAPE(avg) 기준 top-70 (out of 1400)"
                    },
                    "width": 1200,
                    "xaxis": {
                        "title": {
                            "text": "Epoch"
                        }
                    },
                    "yaxis": {
                        "range": [
                            -1.5,
                            1.5
                        ],
                        "title": {
                            "text": "Scaled Prediction Error (Residual / True Fare)"
                        }
                    },
                    "height": 600,
                    "legend": {
                        "x": 1,
                        "y": 1.02,
                        "xanchor": "right",
                        "yanchor": "bottom",
                        "orientation": "h"
                    },
                    "margin": {
                        "t": 100
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "closest",
                    "hoverlabel": {
                        "font": {
                            "size": 13
                        },
                        "align": "left",
                        "namelength": -1
                    },
                    "plot_bgcolor": "rgb(210, 210, 210)"
                }
            },
            "height": 600,
            "width": 1200,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aidenshin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/11.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-30 21:23:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aidenshin",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T07:28:50.097938Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~wngns99/5.embed",
            "fid": "wngns99:5",
            "filename": "1232131231231",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/wngns99/5/9_EZZW1PV77BNUKUCWWMGI4O95YDEYNX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/wngns99/5/2_83IDKYV99I3PAGNNTMP5747AV35MN4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wngns99/5/8_WNTP5NU4QZDIHO4JCE9446Q5OZJIOB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wngns99/5/9_EZZW1PV77BNUKUCWWMGI4O95YDEYNX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wngns99:5",
                "plots": "https://api.plotly.com/v2/plots/wngns99:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=wngns99"
            },
            "owner": "wngns99",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~wngns99/5/",
            "world_readable": true,
            "date_modified": "2025-08-07T07:53:29.010Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~wngns99/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A - B",
                                "y": "Gastrointestinal disorders"
                            }
                        },
                        "mode": "markers",
                        "name": "Gastrointestinal disorders",
                        "type": "bar",
                        "xsrc": "wngns99:4:b74022,80de44*",
                        "ysrc": "wngns99:4:a0eaa8",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A - B",
                                "y": "Dermatological disorders"
                            }
                        },
                        "name": "Dermatological disorders",
                        "type": "bar",
                        "xsrc": "wngns99:4:b74022,80de44*",
                        "ysrc": "wngns99:4:ac7e09",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A - B",
                                "y": "Obesity"
                            }
                        },
                        "name": "Obesity",
                        "type": "bar",
                        "xsrc": "wngns99:4:b74022,80de44*",
                        "ysrc": "wngns99:4:1ed29b",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A - B",
                                "y": "Healthy"
                            }
                        },
                        "name": "Healthy",
                        "type": "bar",
                        "xsrc": "wngns99:4:b74022,80de44*",
                        "ysrc": "wngns99:4:12e067",
                        "xaxis": "x",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A - B",
                                "y": "G"
                            }
                        },
                        "name": "Symptoms Total",
                        "type": "bar",
                        "xsrc": "wngns99:4:b74022,80de44*",
                        "ysrc": "wngns99:4:19dea3",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12
                    },
                    "xaxis": {
                        "type": "multicategory",
                        "range": [
                            -0.5,
                            3.5
                        ],
                        "title": {
                            "text": "C. perfringens Detection and Symptom Classification"
                        },
                        "showline": false,
                        "zeroline": false,
                        "autorange": true,
                        "tickangle": "auto",
                        "showspikes": false,
                        "tickformat": "",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            95.78947368421052
                        ],
                        "title": {
                            "text": "Number of Dogs"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.4372941475171517,
                        "y": 0.9180892482779275
                    },
                    "modebar": {
                        "bgcolor": "rgba(246, 236, 236, 0.5)",
                        "orientation": "h"
                    },
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "separators": ".,",
                    "uniformtext": {
                        "mode": false,
                        "minsize": 0
                    },
                    "selectdirection": "v"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~wngns99",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-06 06:56:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wngns99",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T07:19:48.361053Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jiyoonhan/1.embed",
            "fid": "jiyoonhan:1",
            "filename": "Research areas",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jiyoonhan/1/9_F4TW70KQ6EAWIES56EYGQC5WU2PLAB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jiyoonhan/1/2_J38864ULSRH447JEWT3PUES9ME6EBQ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jiyoonhan/1/8_SIGI2PD7FH7ALAZ1E9510WVMQZP262.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jiyoonhan/1/9_F4TW70KQ6EAWIES56EYGQC5WU2PLAB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jiyoonhan:1",
                "plots": "https://api.plotly.com/v2/plots/jiyoonhan:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=jiyoonhan"
            },
            "owner": "jiyoonhan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jiyoonhan/1/",
            "world_readable": true,
            "date_modified": "2025-08-07T07:19:48.373Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jiyoonhan/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Web of Science Documents",
                                "y": "Times Cited",
                                "z": "Category Normalized Citation Impact",
                                "text": "Name",
                                "marker": {
                                    "color": "Category Normalized Citation Impact"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "jiyoonhan:0:f8dbf3",
                        "ysrc": "jiyoonhan:0:71305a",
                        "zsrc": "jiyoonhan:0:a0ff6a",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "color": "Category Normalized Citation Impact"
                                }
                            },
                            "opacity": 1,
                            "colorsrc": "jiyoonhan:0:a0ff6a",
                            "colorscale": [
                                [
                                    0,
                                    "#000004"
                                ],
                                [
                                    0.1111111111111111,
                                    "#1b0c41"
                                ],
                                [
                                    0.2222222222222222,
                                    "#4a0c6b"
                                ],
                                [
                                    0.3333333333333333,
                                    "#781c6d"
                                ],
                                [
                                    0.4444444444444444,
                                    "#a52c60"
                                ],
                                [
                                    0.5555555555555556,
                                    "#cf4446"
                                ],
                                [
                                    0.6666666666666666,
                                    "#ed6925"
                                ],
                                [
                                    0.7777777777777778,
                                    "#fb9b06"
                                ],
                                [
                                    0.8888888888888888,
                                    "#f7d13d"
                                ],
                                [
                                    1,
                                    "#fcffa4"
                                ]
                            ]
                        },
                        "textsrc": "jiyoonhan:0:deae9a",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Documents"
                            }
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Times Cited"
                            }
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "text": "CNCI"
                            }
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 0.6923189040689884,
                                "y": -0.0013743803513213547,
                                "z": 0.17127494884236488
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "font": {
                            "family": "PT Sans Narrow"
                        },
                        "text": "KAIST Research Areas 2020-2024"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "autosize": true,
                    "colorway": [
                        "#3366cc",
                        "#dc3912",
                        "#ff9900",
                        "#109618",
                        "#990099",
                        "#0099c6",
                        "#dd4477",
                        "#66aa00",
                        "#b82e2e",
                        "#316395"
                    ],
                    "showlegend": false,
                    "plot_bgcolor": "rgb(243, 243, 243)",
                    "paper_bgcolor": "rgb(243, 243, 243)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jiyoonhan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-07 07:18:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jiyoonhan",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-07T06:53:33.479330Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~NastyaLi/2.embed",
            "fid": "NastyaLi:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/NastyaLi/2/9_ZAVRIQT30BY0TWR8PLEPN1IPMHNTYR.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/NastyaLi/2/2_IXM67G6VVU6DO1UJYO96FOMQG5IICH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/NastyaLi/2/8_JOFSKTC0C62K6DDHFA61Q7P4VRVG0E.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/NastyaLi/2/9_ZAVRIQT30BY0TWR8PLEPN1IPMHNTYR.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/NastyaLi:2",
                "plots": "https://api.plotly.com/v2/plots/NastyaLi:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=NastyaLi"
            },
            "owner": "NastyaLi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~NastyaLi/2/",
            "world_readable": true,
            "date_modified": "2025-08-07T06:53:33.489Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~NastyaLi/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "red",
                            "width": 1.5
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x",
                                "y": "Trace 0, y",
                                "z": "Trace 0, z"
                            }
                        },
                        "type": "scatter3d",
                        "xsrc": "NastyaLi:0:9691ce",
                        "ysrc": "NastyaLi:0:9edcee",
                        "zsrc": "NastyaLi:0:7bd5d7",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "group 1, x",
                                "y": "group 1, y",
                                "z": "group 1, z"
                            }
                        },
                        "mode": "markers",
                        "name": "group 1",
                        "type": "scatter3d",
                        "xsrc": "NastyaLi:0:72fb19",
                        "ysrc": "NastyaLi:0:ae5dfc",
                        "zsrc": "NastyaLi:0:4c92a2",
                        "marker": {
                            "size": 7,
                            "color": "red",
                            "symbol": "circle",
                            "opacity": 0.6
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "group 2, x",
                                "y": "group 2, y",
                                "z": "group 2, z"
                            }
                        },
                        "mode": "markers",
                        "name": "group 2",
                        "type": "scatter3d",
                        "xsrc": "NastyaLi:0:581cd7",
                        "ysrc": "NastyaLi:0:070f88",
                        "zsrc": "NastyaLi:0:6b25b5",
                        "marker": {
                            "size": 7,
                            "color": "blue",
                            "symbol": "circle",
                            "opacity": 0.6
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Экономические эффекты",
                                "y": "Предпосылки к реализации",
                                "z": "Затраты для вндрения инициатив"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "NastyaLi:1:113e0e",
                        "ysrc": "NastyaLi:1:17e2f1",
                        "zsrc": "NastyaLi:1:94dc78",
                        "scene": "scene"
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": -0.008773095369886453,
                                "y": 2.377717029978557,
                                "z": 0.034093858903180486
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 2.2747174699662445,
                            "y": 0.600418444755145,
                            "z": 0.7321810959732318
                        }
                    },
                    "title": {
                        "text": "3D Scatter"
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~NastyaLi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-07 06:52:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "NastyaLi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}