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

{
    "next": "https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA4LTI4KzIzJTNBMzElM0E0MC44MDU0NjMlMkIwMCUzQTAw&format=api",
    "previous": null,
    "results": [
        {
            "creation_time": "2025-08-29T01:52:26.670093Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kez/9.embed",
            "fid": "kez:9",
            "filename": "Plot 9",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/kez:9/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/kez:9/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kez/9/8_97U0OV0W9UGFYQE34ML5FEX6K13EJU.png",
                "list-thumb": "https://api.plotly.com/v2/files/kez:9/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kez:9",
                "plots": "https://api.plotly.com/v2/plots/kez:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=kez"
            },
            "owner": "kez",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kez/9/",
            "world_readable": true,
            "date_modified": "2025-08-29T01:59:06.600Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kez/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Total Sales "
                            }
                        },
                        "mode": "markers",
                        "name": "TOTAL SALES",
                        "type": "bar",
                        "xsrc": "kez:8:71c58c",
                        "ysrc": "kez:8:4c21a9",
                        "opacity": 0.7,
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Total Quantity "
                            }
                        },
                        "mode": "markers+lines",
                        "name": "TOTAL QUANTITY",
                        "type": "scatter",
                        "xsrc": "kez:8:71c58c",
                        "ysrc": "kez:8:a23e70",
                        "yaxis": "y2",
                        "marker": {
                            "size": 8,
                            "symbol": "diamond"
                        },
                        "hoveron": "points+fills",
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Average Price "
                            }
                        },
                        "mode": "markers+lines",
                        "name": "AVERAGE PRICE",
                        "type": "scatter",
                        "xsrc": "kez:8:71c58c",
                        "ysrc": "kez:8:bddadf",
                        "yaxis": "y3",
                        "marker": {
                            "size": 8,
                            "symbol": "star-triangle-down"
                        },
                        "hoveron": "points+fills",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 22
                        },
                        "text": "<b>REFINED SUGAR SALES</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5689994935437177,
                            9.568999493543718
                        ],
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "<b>DATE</b>"
                        },
                        "domain": [
                            0.09,
                            1
                        ],
                        "showgrid": false,
                        "showline": false,
                        "autorange": false
                    },
                    "yaxis": {
                        "range": [
                            0,
                            559222707.5263158
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(31, 119, 180)"
                            },
                            "text": "<b>TOTAL SALES</b>"
                        },
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "tickwidth": 2
                    },
                    "bargap": 0.35,
                    "legend": {
                        "x": 0.7704645113340766,
                        "y": 1.1990527082827303
                    },
                    "yaxis2": {
                        "side": "right",
                        "range": [
                            9463.695291393291,
                            198385.3047086067
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(255, 127, 14)"
                            },
                            "text": "<b>TOTAL QUANTITY</b>"
                        },
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "tickwidth": 2,
                        "overlaying": "y"
                    },
                    "yaxis3": {
                        "side": "left",
                        "range": [
                            3037.9048012350445,
                            3824.3751987649557
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(44, 160, 44)"
                            },
                            "text": "<b>AVERAGE PRICE</b>"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "ticklen": 7,
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "overlaying": "y"
                    },
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "plot_bgcolor": "rgb(235, 237, 243)",
                    "paper_bgcolor": "rgb(227, 227, 233)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kez",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-28 05:26:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kez",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-29T01:31:13.705750Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kez/7.embed",
            "fid": "kez:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/kez:7/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/kez:7/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kez/7/8_6NPBHAREGGRBRV8YFRPCG3Y7KVU9HH.png",
                "list-thumb": "https://api.plotly.com/v2/files/kez:7/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kez:7",
                "plots": "https://api.plotly.com/v2/plots/kez:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=kez"
            },
            "owner": "kez",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kez/7/",
            "world_readable": true,
            "date_modified": "2025-08-29T02:16:32.415Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kez/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Total Sales "
                            }
                        },
                        "mode": "markers",
                        "name": "TOTAL SALES",
                        "type": "bar",
                        "xsrc": "kez:6:e3e4a8",
                        "ysrc": "kez:6:d52cb8",
                        "opacity": 0.7,
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "width": 2.5
                        },
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Total Quantity "
                            }
                        },
                        "mode": "markers+lines",
                        "name": "TOTAL QUANTITY",
                        "type": "scatter",
                        "xsrc": "kez:6:e3e4a8",
                        "ysrc": "kez:6:a026d9",
                        "yaxis": "y2",
                        "marker": {
                            "size": 8,
                            "symbol": "pentagon"
                        },
                        "hoveron": "points+fills",
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "width": 2.5
                        },
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Average Price "
                            }
                        },
                        "mode": "markers+lines",
                        "name": "AVERAGE PRICE",
                        "type": "scatter",
                        "xsrc": "kez:6:e3e4a8",
                        "ysrc": "kez:6:2aeba1",
                        "yaxis": "y3",
                        "marker": {
                            "size": 8,
                            "symbol": "star"
                        },
                        "hoveron": "points+fills",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 22
                        },
                        "text": "<b>RAW SUGAR SALES</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5689994935437175,
                            9.568999493543718
                        ],
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "<b>DATE</b>"
                        },
                        "domain": [
                            0.09,
                            1
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            0,
                            203389000
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(27, 158, 119)"
                            },
                            "text": "<b>TOTAL SALES</b>"
                        },
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true,
                        "tickwidth": 2
                    },
                    "bargap": 0.30000000000000004,
                    "legend": {
                        "x": 0.7718811092401326,
                        "y": 1.2441471571906355
                    },
                    "yaxis2": {
                        "side": "right",
                        "range": [
                            -2493.763387297634,
                            82645.76338729763
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(217, 95, 2)"
                            },
                            "text": "<b>TOTAL QUANTITY</b>"
                        },
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true,
                        "tickwidth": 2,
                        "overlaying": "y"
                    },
                    "yaxis3": {
                        "side": "left",
                        "range": [
                            2458.6646450809462,
                            3008.0753549190536
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(117, 112, 179)"
                            },
                            "text": "<b>AVERAGE PRICE</b>"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "ticklen": 7,
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true,
                        "tickwidth": 1,
                        "overlaying": "y"
                    },
                    "autosize": true,
                    "colorway": [
                        "#1b9e77",
                        "#d95f02",
                        "#7570b3",
                        "#e7298a",
                        "#66a61e",
                        "#e6ab02",
                        "#a6761d",
                        "#666666"
                    ],
                    "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"
                    },
                    "plot_bgcolor": "rgb(243, 238, 238)",
                    "paper_bgcolor": "rgb(236, 232, 232)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kez",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-28 05:26:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kez",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-29T01:12:26.003728Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kez/5.embed",
            "fid": "kez:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/kez:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/kez:5/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kez/5/8_3JREEDTVUZM6XHNESPJCD6ZJ0NBQIJ.png",
                "list-thumb": "https://api.plotly.com/v2/files/kez:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kez:5",
                "plots": "https://api.plotly.com/v2/plots/kez:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=kez"
            },
            "owner": "kez",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kez/5/",
            "world_readable": true,
            "date_modified": "2025-08-29T01:59:00.338Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kez/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Total Sales "
                            }
                        },
                        "mode": "markers",
                        "name": "TOTAL SALES",
                        "type": "bar",
                        "xsrc": "kez:4:0c4068",
                        "ysrc": "kez:4:9db9cb",
                        "opacity": 0.8,
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "width": 2.5
                        },
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Total Quantity "
                            }
                        },
                        "mode": "markers+lines",
                        "name": "TOTAL QUANTITY",
                        "type": "scatter",
                        "xsrc": "kez:4:0c4068",
                        "ysrc": "kez:4:bb2650",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(245, 133, 24)",
                                "width": 1
                            },
                            "size": 7,
                            "symbol": "hexagram"
                        },
                        "hoveron": "points+fills",
                        "connectgaps": false,
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "width": 2.5
                        },
                        "meta": {
                            "columnNames": {
                                "x": " DATE ",
                                "y": " Average Price "
                            }
                        },
                        "mode": "markers+lines",
                        "name": "AVERAGE PRICE",
                        "type": "scatter",
                        "xsrc": "kez:4:0c4068",
                        "ysrc": "kez:4:b840cf",
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "size": 7,
                            "symbol": "square"
                        },
                        "hoveron": "points+fills",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 22
                        },
                        "text": "<b>MOLASSES SALES</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5596076657501845,
                            9.559607665750185
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "<b>DATE</b>"
                        },
                        "domain": [
                            0.08,
                            1
                        ],
                        "autorange": true,
                        "automargin": true
                    },
                    "yaxis": {
                        "range": [
                            0,
                            204947368.42105263
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(76, 120, 168)"
                            },
                            "text": "<b>TOTAL SALES</b>"
                        },
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true,
                        "gridcolor": "rgb(237, 237, 237)",
                        "tickwidth": 2
                    },
                    "bargap": 0.4,
                    "legend": {
                        "x": 0.7655374579353192,
                        "y": 1.225531914893617
                    },
                    "yaxis2": {
                        "side": "right",
                        "range": [
                            1149.5176340344772,
                            16450.482365965523
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(245, 133, 24)"
                            },
                            "text": "<b>TOTAL QUANTITY</b>"
                        },
                        "ticklen": 5,
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true,
                        "tickwidth": 2,
                        "overlaying": "y"
                    },
                    "yaxis3": {
                        "side": "left",
                        "range": [
                            9717.894052664875,
                            18015.435947335125
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(228, 87, 86)"
                            },
                            "text": "<b>AVERAGE PRICE</b>"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "ticklen": 7,
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true,
                        "overlaying": "y"
                    },
                    "autosize": true,
                    "colorway": [
                        "#4c78a8",
                        "#f58518",
                        "#e45756",
                        "#72b7b2",
                        "#54a24b",
                        "#eeca3b",
                        "#b279a2",
                        "#ff9da6",
                        "#9d755d",
                        "#bab0ac"
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "clickmode": "event+select",
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#f7fcf5"
                            ],
                            [
                                0.125,
                                "#e5f5e0"
                            ],
                            [
                                0.25,
                                "#c7e9c0"
                            ],
                            [
                                0.375,
                                "#a1d99b"
                            ],
                            [
                                0.5,
                                "#74c476"
                            ],
                            [
                                0.625,
                                "#41ab5d"
                            ],
                            [
                                0.75,
                                "#238b45"
                            ],
                            [
                                0.875,
                                "#006d2c"
                            ],
                            [
                                1,
                                "#00441b"
                            ]
                        ]
                    },
                    "bargroupgap": 0.03,
                    "plot_bgcolor": "rgb(237, 237, 237)",
                    "paper_bgcolor": "rgb(231, 227, 227)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kez",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-28 05:26:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kez",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-08-29T01:11:15.148552Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~satthudeptrai2011/11.embed",
            "fid": "satthudeptrai2011:11",
            "filename": "Visual Wheel Odom",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/satthudeptrai2011:11/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/satthudeptrai2011:11/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/satthudeptrai2011:11/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/satthudeptrai2011:11/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/satthudeptrai2011:11",
                "plots": "https://api.plotly.com/v2/plots/satthudeptrai2011:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=satthudeptrai2011"
            },
            "owner": "satthudeptrai2011",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~satthudeptrai2011/11/",
            "world_readable": true,
            "date_modified": "2025-08-29T01:11:15.157Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~satthudeptrai2011/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "Wheel Odometry",
                        "type": "scatter",
                        "xsrc": "satthudeptrai2011:10:d74ed9",
                        "ysrc": "satthudeptrai2011:10:1ac85c"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "D",
                                "y": "E"
                            }
                        },
                        "mode": "lines",
                        "name": "Visual Wheel Odometry",
                        "type": "scatter",
                        "xsrc": "satthudeptrai2011:10:0cd82f",
                        "ysrc": "satthudeptrai2011:10:5ca7a3",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "G",
                                "y": "H"
                            }
                        },
                        "mode": "lines",
                        "name": "Visual Odometry (scale x20)",
                        "type": "scatter",
                        "xsrc": "satthudeptrai2011:10:d3d510",
                        "ysrc": "satthudeptrai2011:10:038b60",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -5.99761125833456,
                            13.4285096107321
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -9.253164684496925,
                            2.9518927947437543
                        ],
                        "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/~satthudeptrai2011",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-15 04:50:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "satthudeptrai2011",
                "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-29T01:09:24.301299Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jimmyg23/626.embed",
            "fid": "jimmyg23:626",
            "filename": "DAP",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jimmyg23:626/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jimmyg23:626/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jimmyg23:626/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jimmyg23:626/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jimmyg23:626",
                "plots": "https://api.plotly.com/v2/plots/jimmyg23:626",
                "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23"
            },
            "owner": "jimmyg23",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jimmyg23/626/",
            "world_readable": true,
            "date_modified": "2025-08-29T01:33:21.710Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/626/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(65, 144, 198)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP09"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2009</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:d6ab56",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(229, 87, 74)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP10"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2010</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:4bca2b",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP11"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2011</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:bf8e15",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP12"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2012</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:2aa928",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(215, 128, 26)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP13"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2013</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:355416",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(42, 212, 197)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP14"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2014</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:e9581f",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(212, 224, 44)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP15"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2015</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:e163ff",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(167, 19, 172)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DA[16"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2016</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:9b3048",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(134, 168, 246)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP17"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2017</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:e901a0",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(166, 243, 49)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP18"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2018</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:a36299",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(8, 37, 56)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP19"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2019</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:c28975",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(205, 83, 27)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP20"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2020</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:2048b1",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(96, 49, 16)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP21"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2021</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:1f1b26",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(195, 156, 80)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP22"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2022</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:5a3cbb",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(175, 36, 202)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP23"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2023</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:635f11",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(163, 162, 162)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP24"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2024</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:680f5b",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(66, 68, 196)",
                            "width": 5
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DATE",
                                "y": "DAP25"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2025</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:625:24c34b",
                        "ysrc": "jimmyg23:625:81b4b3",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 16,
                        "color": "rgb(23, 50, 80)",
                        "family": "Droid Sans"
                    },
                    "title": {
                        "text": "DAP"
                    },
                    "width": 1700,
                    "xaxis": {
                        "type": "category",
                        "dtick": 1,
                        "range": [
                            1,
                            51
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "family": "Droid Sans"
                            }
                        },
                        "nticks": 52,
                        "tickson": "labels",
                        "showline": true,
                        "tickfont": {
                            "size": 17,
                            "color": "rgb(1, 5, 10)",
                            "family": "Roboto"
                        },
                        "tickmode": "linear",
                        "autorange": false,
                        "gridcolor": "rgb(201, 226, 244)",
                        "gridwidth": 1,
                        "linecolor": "rgb(13, 34, 61)",
                        "linewidth": 2,
                        "tickangle": 45,
                        "showspikes": false,
                        "zerolinewidth": 2
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            71.07706786666665,
                            212.92470253333332
                        ],
                        "showline": true,
                        "autorange": true,
                        "gridwidth": 2,
                        "linewidth": 2,
                        "showspikes": false
                    },
                    "height": 750,
                    "legend": {
                        "x": 1.0254587271082645,
                        "y": 0.9535409035409036
                    },
                    "margin": {
                        "b": 68,
                        "l": 50,
                        "r": 65,
                        "t": 70,
                        "pad": 0
                    },
                    "autosize": true,
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 750,
            "width": 1700,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jimmyg23",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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-03-19 23:02:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jimmyg23",
                "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-29T00:56:50.066652Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~moyu1120/4.embed",
            "fid": "moyu1120:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/moyu1120:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/moyu1120:4/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/moyu1120:4/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/moyu1120:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/moyu1120:4",
                "plots": "https://api.plotly.com/v2/plots/moyu1120:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=moyu1120"
            },
            "owner": "moyu1120",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~moyu1120/4/",
            "world_readable": true,
            "date_modified": "2025-08-29T01:36:13.595Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~moyu1120/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "F1"
                            }
                        },
                        "mode": "markers",
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "moyu1120:6:d48b0a",
                        "ysrc": "moyu1120:6:111831",
                        "marker": {
                            "opacity": 0.76
                        },
                        "error_x": {
                            "visible": true,
                            "symmetric": true
                        },
                        "boxpoints": false,
                        "hoverinfo": "x+y",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15
                    },
                    "title": {
                        "text": "F1"
                    },
                    "width": 600,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            2.3050912977828055
                        ],
                        "ticks": "",
                        "title": {
                            "text": "Model"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.3,
                            0.6
                        ],
                        "ticks": "",
                        "title": {
                            "text": "F1"
                        },
                        "nticks": 0,
                        "autorange": false
                    },
                    "bargap": 0.61,
                    "legend": {
                        "x": 0.98,
                        "y": 1,
                        "font": {
                            "size": 15
                        }
                    },
                    "margin": {
                        "b": 80,
                        "l": 81,
                        "t": 106,
                        "pad": 0
                    },
                    "barmode": "group",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "clickmode": "event",
                    "hoverlabel": {
                        "font": {
                            "size": 13
                        }
                    },
                    "bargroupgap": 0.08
                }
            },
            "height": null,
            "width": 600,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~moyu1120",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.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-27 18:51:00",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "moyu1120",
                "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-29T00:34:30.201909Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Lee_62/3.embed",
            "fid": "Lee_62:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Lee_62:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Lee_62:3/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Lee_62:3/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Lee_62:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Lee_62:3",
                "plots": "https://api.plotly.com/v2/plots/Lee_62:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=Lee_62"
            },
            "owner": "Lee_62",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Lee_62/3/",
            "world_readable": true,
            "date_modified": "2025-08-29T00:35:33.317Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Lee_62/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b4f792",
                        "line": {
                            "color": "rgb(214, 39, 40)",
                            "shape": "spline",
                            "width": 5
                        },
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "Temperature (C)"
                            }
                        },
                        "mode": "lines+markers",
                        "name": "Temperatura (C)",
                        "type": "scatter",
                        "xsrc": "Lee_62:2:d78724",
                        "ysrc": "Lee_62:2:9156a5",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(214, 39, 40)"
                            },
                            "size": 10,
                            "color": "rgb(214, 39, 40)"
                        }
                    },
                    {
                        "uid": "2e863c",
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "Total Precipitation (millimeters)"
                            }
                        },
                        "name": "Precipitación Total (mm)",
                        "type": "bar",
                        "xsrc": "Lee_62:2:d78724",
                        "ysrc": "Lee_62:2:fc9588",
                        "marker": {
                            "color": "rgb(31, 119, 180)"
                        },
                        "visible": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "color": "rgb(68, 68, 68)",
                        "family": "Arial, sans-serif"
                    },
                    "title": {
                        "font": {
                            "size": 19,
                            "color": "rgb(68, 68, 68)",
                            "family": "Arial"
                        },
                        "text": "<b>Climograma: Cairo </b>"
                    },
                    "width": 936,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.7881615395830296,
                            12.78816153958303
                        ],
                        "title": {
                            "font": {
                                "color": "rgb(68, 68, 68)"
                            },
                            "text": "Meses do Ano"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            5.2631578947368425
                        ],
                        "title": {
                            "text": "Precipitación Total (mm)"
                        },
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true
                    },
                    "bargap": 0.10999999999999999,
                    "height": 571,
                    "legend": {
                        "x": -0.07345360824742268,
                        "y": 1.1884833738848342,
                        "font": {
                            "color": "rgb(68, 68, 68)"
                        },
                        "bgcolor": "rgb(255, 255, 255)",
                        "borderwidth": -0.5
                    },
                    "margin": {
                        "t": 80
                    },
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            12.20890919474586,
                            30.39109080525414
                        ],
                        "title": {
                            "text": "Temperatura (°C)"
                        },
                        "anchor": "x",
                        "zeroline": true,
                        "autorange": true,
                        "overlaying": "y",
                        "zerolinecolor": "rgb(143, 29, 139)"
                    },
                    "autosize": true,
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": -0.062499999999999944,
                            "y": 1.0583941605839415,
                            "font": {
                                "size": 14
                            },
                            "text": "<b>Precipitação Total: 18 mm</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 1.0798969072164948,
                            "y": 1.0496277915632755,
                            "font": {
                                "size": 14
                            },
                            "text": "<b>Temperatura média: &nbsp;20,6°C</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 0.5,
                            "y": 1.0535279805352797,
                            "font": {
                                "size": 14
                            },
                            "text": "<b>Altitude:&nbsp;68m</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 571,
            "width": 936,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Lee_62",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-28 23:51:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Lee_62",
                "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-29T00:33:49.619204Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Lee_62/1.embed",
            "fid": "Lee_62:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Lee_62:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Lee_62:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Lee_62:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Lee_62:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Lee_62:1",
                "plots": "https://api.plotly.com/v2/plots/Lee_62:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Lee_62"
            },
            "owner": "Lee_62",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Lee_62/1/",
            "world_readable": true,
            "date_modified": "2025-08-29T00:33:49.630Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Lee_62/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b4f792",
                        "line": {
                            "color": "rgb(214, 39, 40)",
                            "shape": "spline",
                            "width": 5
                        },
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "Temperature (C)"
                            }
                        },
                        "mode": "lines+markers",
                        "name": "Temperatura (C)",
                        "type": "scatter",
                        "xsrc": "Lee_62:0:b2f0f4",
                        "ysrc": "Lee_62:0:4c7211",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(214, 39, 40)"
                            },
                            "size": 10,
                            "color": "rgb(214, 39, 40)"
                        }
                    },
                    {
                        "uid": "2e863c",
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "Total Precipitation (millimeters)"
                            }
                        },
                        "name": "Precipitación Total (mm)",
                        "type": "bar",
                        "xsrc": "Lee_62:0:b2f0f4",
                        "ysrc": "Lee_62:0:78bb53",
                        "marker": {
                            "color": "rgb(31, 119, 180)"
                        },
                        "visible": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "color": "rgb(68, 68, 68)",
                        "family": "Arial, sans-serif"
                    },
                    "title": {
                        "font": {
                            "size": 19,
                            "color": "rgb(68, 68, 68)",
                            "family": "Arial"
                        },
                        "text": "<b>Climograma: Cairo </b>"
                    },
                    "width": 936,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.7881615395830296,
                            12.78816153958303
                        ],
                        "title": {
                            "font": {
                                "color": "rgb(68, 68, 68)"
                            },
                            "text": "Meses do Ano"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            5.2631578947368425
                        ],
                        "title": {
                            "text": "Precipitación Total (mm)"
                        },
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": true
                    },
                    "bargap": 0.10999999999999999,
                    "height": 571,
                    "legend": {
                        "x": -0.07345360824742268,
                        "y": 1.1884833738848342,
                        "font": {
                            "color": "rgb(68, 68, 68)"
                        },
                        "bgcolor": "rgb(255, 255, 255)",
                        "borderwidth": -0.5
                    },
                    "margin": {
                        "t": 80
                    },
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            12.20890919474586,
                            30.39109080525414
                        ],
                        "title": {
                            "text": "Temperatura (°C)"
                        },
                        "anchor": "x",
                        "zeroline": true,
                        "autorange": true,
                        "overlaying": "y",
                        "zerolinecolor": "rgb(143, 29, 139)"
                    },
                    "autosize": true,
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": -0.062499999999999944,
                            "y": 1.0583941605839415,
                            "font": {
                                "size": 14
                            },
                            "text": "<b>Precipitação Total: 18 mm</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 1.0798969072164948,
                            "y": 1.0496277915632755,
                            "font": {
                                "size": 14
                            },
                            "text": "<b>Temperatura média: &nbsp;20,6°C</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 0.5,
                            "y": 1.0535279805352797,
                            "font": {
                                "size": 14
                            },
                            "text": "<b>Altitude:&nbsp;68m</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 571,
            "width": 936,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Lee_62",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-28 23:51:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Lee_62",
                "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-28T23:37:31.813979Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jimmyg23/624.embed",
            "fid": "jimmyg23:624",
            "filename": "Anhydrois",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/624/9_5Z5979JGRVUKTLYX1G62XWB62PNYCZ.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jimmyg23:624/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jimmyg23:624/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/624/9_5Z5979JGRVUKTLYX1G62XWB62PNYCZ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jimmyg23:624",
                "plots": "https://api.plotly.com/v2/plots/jimmyg23:624",
                "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23"
            },
            "owner": "jimmyg23",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jimmyg23/624/",
            "world_readable": true,
            "date_modified": "2025-08-29T00:44:19.262Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/624/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(0, 125, 233)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anhydrous 09"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2009</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:e8b8f5",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "anh 10"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2010</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:785afc",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh 11"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2011</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:678b94",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh 12"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2012</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:b04ddc",
                        "xaxis": "x",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(255, 121, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh 13"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2013</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:1af278",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(46, 193, 193)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh 14"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2014</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:49d219",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(242, 248, 57)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh15"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2015</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:fa72b2",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh16"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2016</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:2f60f1",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(124, 131, 224)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh17"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2017</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:9882fe",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(104, 251, 28)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh18"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2018</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:ab290d",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(18, 190, 209)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh 19"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2019</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:0cad92",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh20"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2020</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:32287f",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(177, 252, 0)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh21"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2021</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:1e81ca",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(197, 137, 151)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh22"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2022</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:d17a11",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(130, 41, 28)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh23"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2023</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:485c2b",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh24"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2024</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:8692fc",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(20, 24, 155)",
                            "width": 6
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Anh25"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>2025</b>",
                        "type": "scatter",
                        "xsrc": "jimmyg23:623:643644",
                        "ysrc": "jimmyg23:623:af057d",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 17,
                        "color": "rgb(23, 50, 80)",
                        "family": "Droid Sans"
                    },
                    "title": {
                        "x": 0.54,
                        "font": {
                            "size": 25
                        },
                        "text": "<b>Anhydrous</b>"
                    },
                    "width": 1700,
                    "xaxis": {
                        "type": "category",
                        "dtick": 1,
                        "range": [
                            1,
                            52
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 17
                            }
                        },
                        "ticklen": 8,
                        "showline": true,
                        "tickfont": {
                            "size": 15
                        },
                        "tickmode": "linear",
                        "autorange": false,
                        "gridcolor": "rgb(235, 234, 234)",
                        "linewidth": 3,
                        "tickangle": 45,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            87.18721510333334,
                            271.1840378366667
                        ],
                        "ticks": "outside",
                        "nticks": 20,
                        "ticklen": 9,
                        "showline": true,
                        "tickfont": {
                            "size": 16
                        },
                        "autorange": true,
                        "gridcolor": "rgb(19, 41, 94)",
                        "linewidth": 3,
                        "showspikes": false
                    },
                    "height": 800,
                    "legend": {
                        "x": -0.11607321705002138,
                        "y": 0.9791666666666665
                    },
                    "margin": {
                        "b": 50,
                        "l": 60,
                        "r": 40,
                        "t": 75,
                        "pad": 0
                    },
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": false,
                    "colorway": [
                        "#2E91E5",
                        "#E15F99",
                        "#1CA71C",
                        "#FB0D0D",
                        "#DA16FF",
                        "#222A2A",
                        "#B68100",
                        "#750D86",
                        "#EB663B",
                        "#511CFB",
                        "#00A08B",
                        "#FB00D1",
                        "#FC0080",
                        "#B2828D",
                        "#6C7C32",
                        "#778AAE",
                        "#862A16",
                        "#A777F1",
                        "#620042",
                        "#1616A7",
                        "#DA60CA",
                        "#6C4516",
                        "#0D2A63",
                        "#AF0038"
                    ],
                    "dragmode": "zoom",
                    "hovermode": "closest",
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 800,
            "width": 1700,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jimmyg23",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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-03-19 23:02:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jimmyg23",
                "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-28T23:31:40.805463Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~imjairus/1.embed",
            "fid": "imjairus:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/imjairus:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/imjairus:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/imjairus:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/imjairus:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/imjairus:1",
                "plots": "https://api.plotly.com/v2/plots/imjairus:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=imjairus"
            },
            "owner": "imjairus",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~imjairus/1/",
            "world_readable": true,
            "date_modified": "2025-08-28T23:31:40.815Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~imjairus/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "z": "A - B - C - D - E"
                            }
                        },
                        "mode": "markers",
                        "type": "surface",
                        "zsrc": "imjairus:0:a8090f,935d09,2c0db7,d2c54e,3c9c5d"
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "camera": {
                            "up": {
                                "x": 0.1428522439535037,
                                "y": -0.6410347329563193,
                                "z": -0.7541005951072238
                            },
                            "eye": {
                                "x": -1.05254200262295,
                                "y": 1.0441046581723408,
                                "z": -1.0462709635000147
                            },
                            "center": {
                                "x": 0.5325243812110945,
                                "y": -0.18400452242170529,
                                "z": 0.2979673741253962
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "Mystery Black Box Surface Plot"
                    },
                    "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/~imjairus",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-28 23:20:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "imjairus",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}