Plots


Jump to API response

This endpoint handles manipulation of Plotly plot files.

Reference

Authorization


Any user with or without a Plotly account may view public plots. For private plots, see authentication.

Actions


list

Listing all public plots can be done via a GET request to this endpoint. By default, plots will be listed in order of date created. The order_by query parameter is accepted at this endpoint. Currently, only ordering by views is supported. It is possible to filter the plots by quality with min_quality or max_quality as query parameter.

Example:

// GET https://api.plotly.com/v2/plots/ ---> 200

// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200

// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200

// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200

feed

Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.

Example:

// GET https://api.plotly.com/v2/plots/feed ---> 200

create

You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.

Example:

// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}

// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
    "figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}

// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
    "figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}

When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:

  • source_fid: the fid of a plot that was copied (and presumably edited) to produce this one

detail

There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.

This information can only be reached with a GET to this endpoint.

Example:

// GET https://api.plotly.com/v2/plots/iheartgraphs:90

content

The contents of a plot can be downloaded via the content resource. The plot content contains referenced grid/column data by default. If you wish to return the raw grid/column data, the inline_data=true query must be included in the request url. The Content-Type header will be appropriately set for the response body.

Alternatively, you can set ?map_data=unreadable to append a mapping of sources to data that belongs to grids which are unreadable for the requestor. This is useful when you have read access to another users plot, but that plot contains grid references which you don't have access to.

Examples:

// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK

// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK

// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK

GET /v2/plots/?cursor=cD0yMDI1LTA5LTA5KzEwJTNBMjAlM0E0Ni40NjI4OTElMkIwMCUzQTAw&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTA5KzA2JTNBNTYlM0ExOS44OTYxMDAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0wOSsxMCUzQTEyJTNBMzMuNjcyMzU1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-09-09T10:12:33.672355Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pjm25/1.embed",
            "fid": "pjm25:1",
            "filename": "IOTA_2025_OHLC",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/pjm25/1/9_YAKO8BMJ7TDJGYKS0F1XXXWW3BEDTG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/pjm25/1/2_6Q3BAMJBPVNEFKWJ0QT9K8425VL2R5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pjm25/1/8_FJX2TVCPWJ7SRKPDJG04XU3NHSUT77.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pjm25/1/9_YAKO8BMJ7TDJGYKS0F1XXXWW3BEDTG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pjm25:1",
                "plots": "https://api.plotly.com/v2/plots/pjm25:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=pjm25"
            },
            "owner": "pjm25",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~pjm25/1/",
            "world_readable": true,
            "date_modified": "2025-09-09T10:12:33.682Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pjm25/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Daily",
                        "type": "candlestick",
                        "xsrc": "pjm25:0:a556fa",
                        "lowsrc": "pjm25:0:9d0099",
                        "highsrc": "pjm25:0:80ac0d",
                        "opensrc": "pjm25:0:3bb9ef",
                        "closesrc": "pjm25:0:a24290"
                    },
                    {
                        "name": "Weekly",
                        "type": "candlestick",
                        "xsrc": "pjm25:0:307a92",
                        "lowsrc": "pjm25:0:a6ce7e",
                        "highsrc": "pjm25:0:fb00db",
                        "opensrc": "pjm25:0:7ee0be",
                        "visible": false,
                        "closesrc": "pjm25:0:7676cb"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "IOTA OHLC (USD) — 2025 Daily/Weekly"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Date"
                        },
                        "rangeslider": {
                            "visible": true
                        },
                        "rangeselector": {
                            "buttons": [
                                {
                                    "step": "month",
                                    "count": 1,
                                    "label": "1m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 3,
                                    "label": "3m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "month",
                                    "count": 6,
                                    "label": "6m",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "all"
                                }
                            ]
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Price (USD)"
                        }
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "updatemenus": [
                        {
                            "x": 0.5,
                            "y": 1.12,
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                true,
                                                false
                                            ]
                                        }
                                    ],
                                    "label": "Daily",
                                    "method": "update"
                                },
                                {
                                    "args": [
                                        {
                                            "visible": [
                                                false,
                                                true
                                            ]
                                        }
                                    ],
                                    "label": "Weekly",
                                    "method": "update"
                                }
                            ],
                            "xanchor": "center",
                            "direction": "left"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pjm25",
                "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-09-09 10:06:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pjm25",
                "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-09-09T10:07:47.181334Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~PUIPUI.COM/20.embed",
            "fid": "PUIPUI.COM:20",
            "filename": "Plot 20",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/PUIPUI.COM/20/9_6EZTZFL40YB6Y04TMDOQBM5LJ6XMJG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/PUIPUI.COM/20/2_YE8MTVXEX3A5YIPGSCF5A5S6N4G2SK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PUIPUI.COM/20/8_XQFADYHCW7VMGY0S1HX253IH5PMOJZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PUIPUI.COM/20/9_6EZTZFL40YB6Y04TMDOQBM5LJ6XMJG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/PUIPUI.COM:20",
                "plots": "https://api.plotly.com/v2/plots/PUIPUI.COM:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=PUIPUI.COM"
            },
            "owner": "PUIPUI.COM",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~PUIPUI.COM/20/",
            "world_readable": true,
            "date_modified": "2025-09-09T10:08:17.748Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~PUIPUI.COM/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(2,1)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "0",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:17:14c740",
                        "ysrc": "PUIPUI.COM:17:8678ca"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(2,1)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "10",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:16:0762be",
                        "ysrc": "PUIPUI.COM:16:e75971",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(2,1)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "30",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:19:270cfb",
                        "ysrc": "PUIPUI.COM:19:3a7aac",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(2,1)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "50",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:13:6ce407",
                        "ysrc": "PUIPUI.COM:13:9f1699",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(2,1)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "70",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:14:044236",
                        "ysrc": "PUIPUI.COM:14:883d97",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(2,1)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "90",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:15:34fd9c",
                        "ysrc": "PUIPUI.COM:15:e9601c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(2,1)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "100",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:18:8ec6d1",
                        "ysrc": "PUIPUI.COM:18:0d3d0d",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1.01,
                            4
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -43.20643933086239,
                            2.169825559713402
                        ],
                        "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/~PUIPUI.COM",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-09 09:46:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "PUIPUI.COM",
                "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-09-09T09:48:41.978713Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~PUIPUI.COM/12.embed",
            "fid": "PUIPUI.COM:12",
            "filename": "Plot 12",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/PUIPUI.COM/12/9_186EZEN0S95XAW9QB0A7TTWD57UGP1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/PUIPUI.COM/12/2_R5RU1ISXFLCNKM8L4KK08W2L4TG1MU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PUIPUI.COM/12/8_7RCF0J2KT7Y0UQ7V07N3BPBN0RKDXC.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PUIPUI.COM/12/9_186EZEN0S95XAW9QB0A7TTWD57UGP1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/PUIPUI.COM:12",
                "plots": "https://api.plotly.com/v2/plots/PUIPUI.COM:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=PUIPUI.COM"
            },
            "owner": "PUIPUI.COM",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~PUIPUI.COM/12/",
            "world_readable": true,
            "date_modified": "2025-09-09T09:48:41.991Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~PUIPUI.COM/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "r 5870",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:0:b83939",
                        "ysrc": "PUIPUI.COM:0:a931ac"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "r 4003",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:1:d9b652",
                        "ysrc": "PUIPUI.COM:1:2d23cf",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "air<br>",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:2:e6296c",
                        "ysrc": "PUIPUI.COM:2:41ae34",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "alumina 92 pct",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:3:41e484",
                        "ysrc": "PUIPUI.COM:3:cdcc24",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "tactonic rf 60 tm",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:4:f43ba3",
                        "ysrc": "PUIPUI.COM:4:781074",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "fr4",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:5:7ca76f",
                        "ysrc": "PUIPUI.COM:5:a2e4d1",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "r 5880",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:6:f1b825",
                        "ysrc": "PUIPUI.COM:6:743882",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "r 3010",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:9:4a9b0f",
                        "ysrc": "PUIPUI.COM:9:694ea6",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "r 3006",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:8:9a6f78",
                        "ysrc": "PUIPUI.COM:8:3e670e",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "r 6006",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:7:736478",
                        "ysrc": "PUIPUI.COM:7:3f2d79",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "rf35",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:10:d40b11",
                        "ysrc": "PUIPUI.COM:10:d561f5",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Freq [GHz]",
                                "y": "dB(S(4,3)) []"
                            }
                        },
                        "mode": "lines",
                        "name": "ad255c",
                        "type": "scatter",
                        "xsrc": "PUIPUI.COM:11:c6c81b",
                        "ysrc": "PUIPUI.COM:11:3a3bb3",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Final design square microstrip"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.01,
                            5
                        ],
                        "autorange": true,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -27.93514801638565,
                            1.470189555665395
                        ],
                        "autorange": true,
                        "showspikes": false
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~PUIPUI.COM",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-09 09:46:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "PUIPUI.COM",
                "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-09-09T09:25:54.789932Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/47.embed",
            "fid": "singhtinka970:47",
            "filename": "Plot 47",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/47/9_OGXWBY8KYZGMGC1CW0MY6XSRCQCGG4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/47/2_NCINE5AZU2P0YMTGFJMICFYBM5LBL2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/47/8_ZFRKFLVTFZ2CZPSTFQ6JBZBDFCJLB2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/47/9_OGXWBY8KYZGMGC1CW0MY6XSRCQCGG4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:47",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:47",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/47/",
            "world_readable": true,
            "date_modified": "2025-09-09T12:59:13.610Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/47/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "252343",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Jan"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>Jan</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:de24f9"
                    },
                    {
                        "uid": "034c12",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Feb"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>Feb</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:5f1194"
                    },
                    {
                        "uid": "dbda0b",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Dec"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>Dec</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:c1d650"
                    },
                    {
                        "uid": "3d67a9",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Mar"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>Mar</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:e64669",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "2945b6",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Apr"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>Apr</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:c6d622",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "ee0891",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "May"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>May</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:658ee5",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "534b59",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Jun"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>Jun</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:64404d",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "9d510a",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Jul"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>Jul</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:691937",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "3c8d2d",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Aug"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>Aug</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:a4b9d5",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "d042ac",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Sep"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>Sep</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:b33ce7",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    },
                    {
                        "uid": "2b86f0",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Oct"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>Oct</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:7b2bca",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    },
                    {
                        "uid": "ef5c58",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Nov"
                            }
                        },
                        "mode": "lines",
                        "name": "<b>Nov</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:46:e5ad85",
                        "ysrc": "singhtinka970:46:20622a",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 13,
                        "color": "rgb(7, 0, 0)",
                        "family": "Overpass"
                    },
                    "title": {
                        "font": {
                            "size": 15,
                            "color": "rgb(24, 1, 1)",
                            "family": "Overpass"
                        },
                        "text": "<b>Seasonal Analysis for PM</b><sub><b>2.5</b></sub><b> Concentrations</b><br>0&nbsp;&nbsp;3 &nbsp;&nbsp;6 &nbsp;&nbsp;&nbsp;9 &nbsp;&nbsp;12 &nbsp;&nbsp;&nbsp;15 &nbsp;&nbsp;18 &nbsp;&nbsp;21 &nbsp;&nbsp;22 &nbsp;&nbsp;23 &nbsp;Fall 15 30 &nbsp;45 60 75 Summer 10 20 30 40 50 spring 15 30 45 60 75<br>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1960,
                            2040
                        ],
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Hour</b>"
                        },
                        "domain": [
                            0,
                            0.45
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(24, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -4.523888888888889,
                            105.35388888888889
                        ],
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Winter</b>"
                        },
                        "domain": [
                            0,
                            0.45
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(24, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.1708997080437491,
                        "y": 1.0539138038546723,
                        "orientation": "h"
                    },
                    "xaxis2": {
                        "type": "linear",
                        "range": [
                            1960,
                            2040
                        ],
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Hour</b>"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(24, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "xaxis3": {
                        "type": "linear",
                        "range": [
                            1960,
                            2040
                        ],
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Hour</b>"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.55,
                            1
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(24, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "xaxis4": {
                        "type": "linear",
                        "range": [
                            1960,
                            2040
                        ],
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Hour</b>"
                        },
                        "anchor": "y4",
                        "domain": [
                            0,
                            0.45
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(24, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            -4.305,
                            104.995
                        ],
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Spring</b>"
                        },
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.45
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(24, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "yaxis3": {
                        "type": "linear",
                        "range": [
                            -5.408333333333333,
                            104.15833333333335
                        ],
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Summer</b>"
                        },
                        "anchor": "x3",
                        "domain": [
                            0.55,
                            1
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(24, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "yaxis4": {
                        "type": "linear",
                        "range": [
                            -4.942777777777778,
                            105.11277777777778
                        ],
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Fall</b>"
                        },
                        "anchor": "x4",
                        "domain": [
                            0.55,
                            1
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(24, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-09-09T09:25:36.700029Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~priyanka1620/1.embed",
            "fid": "priyanka1620:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/priyanka1620/1/9_A9UI2Q6PI2H58603Q4S48RVDX2JJ5P.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/priyanka1620/1/2_634D156FM9XM7OETFI5WU3HE2QYBVJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/priyanka1620/1/8_2WVNMLZR1RUSEEWMFZPOSM9JCELE2M.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/priyanka1620/1/9_A9UI2Q6PI2H58603Q4S48RVDX2JJ5P.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/priyanka1620:1",
                "plots": "https://api.plotly.com/v2/plots/priyanka1620:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=priyanka1620"
            },
            "owner": "priyanka1620",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~priyanka1620/1/",
            "world_readable": true,
            "date_modified": "2025-09-09T09:25:36.715Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~priyanka1620/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "priyanka1620:0:b0d6d3",
                        "ysrc": "priyanka1620:0:67ebcd"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.006032110963328896,
                            0.9959711191335741
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.2329287252368648,
                            0.8295480189491817
                        ],
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~priyanka1620",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-09 09:24:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "priyanka1620",
                "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-09-09T08:59:16.735721Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/45.embed",
            "fid": "singhtinka970:45",
            "filename": "Plot 45",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/45/9_MT3OCQKJ51J0JMJ0SDG8PF9T2SDRM3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/45/2_PIPK8GZKO4CUOKTXPD59XLZWFHNQOI.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/45/8_YF2ZBW469YNEF2OTHUVATFT5UNWUJZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/45/9_MT3OCQKJ51J0JMJ0SDG8PF9T2SDRM3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:45",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:45",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/45/",
            "world_readable": true,
            "date_modified": "2025-09-09T10:04:54.589Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/45/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "252343",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Jan"
                            }
                        },
                        "mode": "lines",
                        "name": "Jan",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:3e826a"
                    },
                    {
                        "uid": "034c12",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Feb"
                            }
                        },
                        "mode": "lines",
                        "name": "Feb",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:cff4f3"
                    },
                    {
                        "uid": "dbda0b",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Dec"
                            }
                        },
                        "mode": "lines",
                        "name": "Dec",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:9f77d8"
                    },
                    {
                        "uid": "3d67a9",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Mar"
                            }
                        },
                        "mode": "lines",
                        "name": "Mar",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:3056ad",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "2945b6",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Apr"
                            }
                        },
                        "mode": "lines",
                        "name": "Apr",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:711ec4",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "ee0891",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "May"
                            }
                        },
                        "mode": "lines",
                        "name": "May",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:6378e0",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "534b59",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Jun"
                            }
                        },
                        "mode": "lines",
                        "name": "Jun",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:e42145",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "9d510a",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Jul"
                            }
                        },
                        "mode": "lines",
                        "name": "Jul",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:311450",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "3c8d2d",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Aug"
                            }
                        },
                        "mode": "lines",
                        "name": "Aug",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:cb18a7",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "d042ac",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Sep"
                            }
                        },
                        "mode": "lines",
                        "name": "Sep",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:4bf348",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    },
                    {
                        "uid": "2b86f0",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Oct"
                            }
                        },
                        "mode": "lines",
                        "name": "Oct",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:df1eef",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    },
                    {
                        "uid": "ef5c58",
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "Nov"
                            }
                        },
                        "mode": "lines",
                        "name": "Nov",
                        "type": "scatter",
                        "xsrc": "singhtinka970:44:60e68d",
                        "ysrc": "singhtinka970:44:bc00f1",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 15,
                            "color": "rgb(34, 3, 3)",
                            "family": "Overpass"
                        },
                        "text": "<b>PM 2.5 concentrations by Season (1960-2024)</b><br>Fall 20 30 40 50 Summer 20 25 20 35 Winter 20 50 80 110 Spring 20 30 40 50"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1880,
                            2017
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Year</b>"
                        },
                        "domain": [
                            0,
                            0.45
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(16, 1, 1)",
                            "family": "Overpass"
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.93,
                            1.4700000000000002
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Winter</b>"
                        },
                        "domain": [
                            0,
                            0.45
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(16, 1, 1)",
                            "family": "Overpass"
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.17298219319073,
                        "y": 1.064079515632426,
                        "orientation": "h"
                    },
                    "xaxis2": {
                        "type": "linear",
                        "range": [
                            1880,
                            2017
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Year</b>"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(16, 1, 1)",
                            "family": "Overpass"
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "xaxis3": {
                        "type": "linear",
                        "range": [
                            1880,
                            2017
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Year</b>"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.55,
                            1
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(16, 1, 1)",
                            "family": "Overpass"
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "xaxis4": {
                        "type": "linear",
                        "range": [
                            1880,
                            2017
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Year</b>"
                        },
                        "anchor": "y4",
                        "domain": [
                            0,
                            0.45
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(16, 1, 1)",
                            "family": "Overpass"
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            -0.7172222222222222,
                            1.4272222222222224
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(23, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Spring</b>"
                        },
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.45
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(16, 1, 1)",
                            "family": "Overpass"
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "yaxis3": {
                        "type": "linear",
                        "range": [
                            -0.6461111111111112,
                            1.076111111111111
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Summer</b>"
                        },
                        "anchor": "x3",
                        "domain": [
                            0.55,
                            1
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(16, 1, 1)",
                            "family": "Overpass"
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "yaxis4": {
                        "type": "linear",
                        "range": [
                            -0.6716666666666666,
                            1.1616666666666666
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(15, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<b>Fall</b>"
                        },
                        "anchor": "x4",
                        "domain": [
                            0.55,
                            1
                        ],
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(16, 1, 1)",
                            "family": "Overpass"
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-09-09T08:31:59.748435Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/43.embed",
            "fid": "singhtinka970:43",
            "filename": "Plot 43",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/43/9_QLTXB8K1SVHH0Y01QAGS9XP0F6E8K5.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/43/2_QJKHFFPHUKKV40BRJV1PI8RL5ZMDF5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/43/8_3YPYJINWJLRBOF16I3JSK2E7JFGAJV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/43/9_QLTXB8K1SVHH0Y01QAGS9XP0F6E8K5.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:43",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:43",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/43/",
            "world_readable": true,
            "date_modified": "2025-09-09T08:31:59.759Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/43/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8e2659",
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Andrew Hours"
                            }
                        },
                        "mode": "lines",
                        "name": "Summer",
                        "type": "scatter",
                        "xsrc": "singhtinka970:42:6580d4",
                        "ysrc": "singhtinka970:42:97c105",
                        "marker": {
                            "color": "#1f77b4"
                        },
                        "opacity": 1,
                        "visible": "legendonly"
                    },
                    {
                        "uid": "15ae06",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(31, 119, 180)",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Andrew Average"
                            }
                        },
                        "mode": "lines",
                        "name": "Average",
                        "type": "scatter",
                        "xsrc": "singhtinka970:42:6580d4",
                        "ysrc": "singhtinka970:42:42722a",
                        "visible": "legendonly",
                        "stackgroup": null
                    },
                    {
                        "uid": "5c2b81",
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Gio Hours"
                            }
                        },
                        "mode": "lines",
                        "name": "Autumn",
                        "type": "scatter",
                        "xsrc": "singhtinka970:42:6580d4",
                        "ysrc": "singhtinka970:42:07deb0",
                        "stackgroup": null
                    },
                    {
                        "uid": "1d3f37",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(44, 160, 44)",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Gio Average"
                            }
                        },
                        "mode": "lines",
                        "name": "Average",
                        "type": "scatter",
                        "xsrc": "singhtinka970:42:6580d4",
                        "ysrc": "singhtinka970:42:e5701c",
                        "stackgroup": null
                    },
                    {
                        "uid": "9f3fb2",
                        "line": {
                            "color": "rgb(255, 160, 0)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Jake Hours"
                            }
                        },
                        "mode": "lines",
                        "name": "Spring",
                        "type": "scatter",
                        "xsrc": "singhtinka970:42:6580d4",
                        "ysrc": "singhtinka970:42:e153f1",
                        "stackgroup": null
                    },
                    {
                        "uid": "b03398",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(255, 160, 0)",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Jake Average"
                            }
                        },
                        "mode": "lines",
                        "name": "Average",
                        "type": "scatter",
                        "xsrc": "singhtinka970:42:6580d4",
                        "ysrc": "singhtinka970:42:aa3624",
                        "stackgroup": null
                    },
                    {
                        "uid": "c7d350",
                        "line": {
                            "color": "rgb(255, 0, 0)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Kyle Hours"
                            }
                        },
                        "mode": "lines",
                        "name": "Summer",
                        "type": "scatter",
                        "xsrc": "singhtinka970:42:6580d4",
                        "ysrc": "singhtinka970:42:960f28",
                        "stackgroup": null
                    },
                    {
                        "uid": "71fe09",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(255, 0, 0)",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Kyle average"
                            }
                        },
                        "mode": "lines",
                        "name": "Average",
                        "type": "scatter",
                        "xsrc": "singhtinka970:42:6580d4",
                        "ysrc": "singhtinka970:42:8afb56",
                        "stackgroup": null
                    },
                    {
                        "uid": "3cfaee",
                        "line": {
                            "color": "rgb(73, 73, 73)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "HWG Hours"
                            }
                        },
                        "mode": "lines",
                        "name": "Winter",
                        "type": "scatter",
                        "xsrc": "singhtinka970:42:6580d4",
                        "ysrc": "singhtinka970:42:17772a",
                        "stackgroup": null
                    },
                    {
                        "uid": "50a00d",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(73, 73, 73)",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "HWG Average"
                            }
                        },
                        "mode": "lines",
                        "name": "Average",
                        "type": "scatter",
                        "xsrc": "singhtinka970:42:6580d4",
                        "ysrc": "singhtinka970:42:fea928",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Hour trends"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            0,
                            32
                        ],
                        "title": {
                            "text": "Date"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -2.3016666666666663,
                            43.73166666666667
                        ],
                        "title": {
                            "text": "Hours"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-09-09T08:10:21.423695Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/41.embed",
            "fid": "singhtinka970:41",
            "filename": "Seasons Hours",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/41/9_QGKU3GFL6XR2EGJDE35ZVBECZ2B2WP.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/41/2_JD8RHCCPMNZGRZC1TPJCI7TN7OF4IX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/41/8_VA8WOBEICX00RHXG0BXPOWILQHZ8L1.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/41/9_QGKU3GFL6XR2EGJDE35ZVBECZ2B2WP.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:41",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:41",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/41/",
            "world_readable": true,
            "date_modified": "2025-09-09T08:41:47.882Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/41/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5c2b81",
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Gio Hours"
                            }
                        },
                        "mode": "lines",
                        "name": "Bamunimaindam",
                        "type": "scatter",
                        "xsrc": "singhtinka970:40:23683e",
                        "ysrc": "singhtinka970:40:c5a9bf",
                        "stackgroup": null
                    },
                    {
                        "uid": "1d3f37",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(44, 160, 44)",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Gio Average"
                            }
                        },
                        "mode": "lines",
                        "name": "Average",
                        "type": "scatter",
                        "xsrc": "singhtinka970:40:23683e",
                        "ysrc": "singhtinka970:40:f6626f",
                        "stackgroup": null
                    },
                    {
                        "uid": "9f3fb2",
                        "line": {
                            "color": "rgb(255, 160, 0)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Jake Hours"
                            }
                        },
                        "mode": "lines",
                        "name": "Airport",
                        "type": "scatter",
                        "xsrc": "singhtinka970:40:23683e",
                        "ysrc": "singhtinka970:40:74b989",
                        "stackgroup": null
                    },
                    {
                        "uid": "b03398",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(255, 160, 0)",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Jake Average"
                            }
                        },
                        "mode": "lines",
                        "name": "Average",
                        "type": "scatter",
                        "xsrc": "singhtinka970:40:23683e",
                        "ysrc": "singhtinka970:40:dc0fb7",
                        "stackgroup": null
                    },
                    {
                        "uid": "c7d350",
                        "line": {
                            "color": "rgb(255, 0, 0)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Kyle Hours"
                            }
                        },
                        "mode": "lines",
                        "name": "IIT Guwahati",
                        "type": "scatter",
                        "xsrc": "singhtinka970:40:23683e",
                        "ysrc": "singhtinka970:40:4f1d5f",
                        "stackgroup": null
                    },
                    {
                        "uid": "71fe09",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(255, 0, 0)",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "Kyle average"
                            }
                        },
                        "mode": "lines",
                        "name": "Average",
                        "type": "scatter",
                        "xsrc": "singhtinka970:40:23683e",
                        "ysrc": "singhtinka970:40:0fad9b",
                        "stackgroup": null
                    },
                    {
                        "uid": "3cfaee",
                        "line": {
                            "color": "rgb(73, 73, 73)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "HWG Hours"
                            }
                        },
                        "mode": "lines",
                        "name": "Panbazar",
                        "type": "scatter",
                        "xsrc": "singhtinka970:40:23683e",
                        "ysrc": "singhtinka970:40:8ec3dd",
                        "stackgroup": null
                    },
                    {
                        "uid": "50a00d",
                        "line": {
                            "dash": "dot",
                            "color": "rgb(73, 73, 73)",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Date",
                                "y": "HWG Average"
                            }
                        },
                        "mode": "lines",
                        "name": "Average",
                        "type": "scatter",
                        "xsrc": "singhtinka970:40:23683e",
                        "ysrc": "singhtinka970:40:cf1513",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Overpass"
                    },
                    "title": {
                        "font": {
                            "color": "rgb(14, 1, 1)",
                            "family": "Overpass"
                        },
                        "text": "<b>Weekly trends from 2024-2025</b>"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            0,
                            32
                        ],
                        "title": {
                            "font": {
                                "size": 16,
                                "color": "rgb(18, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<br>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "tickfont": {
                            "size": 12,
                            "color": "rgb(19, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true,
                        "tickangle": 45
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            -2.3016666666666663,
                            43.73166666666667
                        ],
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(5, 0, 0)",
                                "family": "Overpass"
                            },
                            "text": "<b>PM 2.5 Concentrations (µg/m³)</b>"
                        },
                        "tickfont": {
                            "size": 14,
                            "color": "rgb(19, 1, 1)",
                            "family": "Overpass"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.1855273287143957,
                        "y": 1.067897853032315,
                        "font": {
                            "color": "rgb(10, 0, 0)",
                            "family": "Overpass"
                        },
                        "title": {
                            "font": {
                                "size": 12,
                                "color": "rgb(13, 0, 0)",
                                "family": "Overpass"
                            },
                            "text": "<br>"
                        },
                        "borderwidth": 0,
                        "orientation": "h"
                    },
                    "autosize": true,
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "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-09-09T08:08:15.320319Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SoY0ung/1.embed",
            "fid": "SoY0ung:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SoY0ung/1/9_OEIOJUWS0YC9L5HC5MQ7ZHEATYV8XJ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/SoY0ung/1/2_7973BSJ9O83TWM1PW09R4FBP40DOS6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SoY0ung/1/8_V3PN4BJ2P4VQ9YWIX5R3XRPVF399O1.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SoY0ung/1/9_OEIOJUWS0YC9L5HC5MQ7ZHEATYV8XJ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SoY0ung:1",
                "plots": "https://api.plotly.com/v2/plots/SoY0ung:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=SoY0ung"
            },
            "owner": "SoY0ung",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~SoY0ung/1/",
            "world_readable": true,
            "date_modified": "2025-09-09T08:31:23.825Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SoY0ung/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Metric",
                                "y": "Ours"
                            }
                        },
                        "mode": "markers",
                        "name": "Ours",
                        "type": "scatter",
                        "xsrc": "SoY0ung:2:a8d759",
                        "ysrc": "SoY0ung:2:8e4b9a"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Metric",
                                "y": "Sweep Scan"
                            }
                        },
                        "mode": "markers",
                        "name": "Sweep Scan",
                        "type": "scatter",
                        "xsrc": "SoY0ung:2:a8d759",
                        "ysrc": "SoY0ung:2:2f617a",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Metric",
                                "y": "Horizontal Hilbert Scan"
                            }
                        },
                        "mode": "markers",
                        "name": "H-Hilbert Scan",
                        "type": "scatter",
                        "xsrc": "SoY0ung:2:a8d759",
                        "ysrc": "SoY0ung:2:7f7e27",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Metric",
                                "y": "Vertical Hilbert Scan"
                            }
                        },
                        "mode": "markers",
                        "name": "V-Hilbert Scan",
                        "type": "scatter",
                        "xsrc": "SoY0ung:2:a8d759",
                        "ysrc": "SoY0ung:2:7058cf",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Metric",
                                "y": "Zigzag Scan"
                            }
                        },
                        "mode": "markers",
                        "name": "Zigzag Scan",
                        "type": "scatter",
                        "xsrc": "SoY0ung:2:a8d759",
                        "ysrc": "SoY0ung:2:3621f1",
                        "yaxis": "y",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.18336673346693386,
                            3.1833667334669338
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            62.25209733487833,
                            88.38790266512167
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SoY0ung",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.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-09-09 07:59:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SoY0ung",
                "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-09-09T06:56:19.896100Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/38.embed",
            "fid": "singhtinka970:38",
            "filename": "Plot 38",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/38/9_OPWSPUKXEGQVD7DOY35JH3GJINC1BM.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/38/2_DCG0S6GYT3HQ8GUADDCPEAM0APGZAX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/38/8_KEG2GGN41RK7TKI53FR58V2TW4Y6W4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/38/9_OPWSPUKXEGQVD7DOY35JH3GJINC1BM.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:38",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:38",
                "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970"
            },
            "owner": "singhtinka970",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~singhtinka970/38/",
            "world_readable": true,
            "date_modified": "2025-09-09T06:56:19.908Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/38/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 0"
                            }
                        },
                        "name": 0,
                        "type": "box",
                        "ysrc": "singhtinka970:37:f191c8",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 1"
                            }
                        },
                        "name": 1,
                        "type": "box",
                        "ysrc": "singhtinka970:37:aefea3",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 2"
                            }
                        },
                        "name": 2,
                        "type": "box",
                        "ysrc": "singhtinka970:37:b4154a",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 3"
                            }
                        },
                        "name": 3,
                        "type": "box",
                        "ysrc": "singhtinka970:37:6d81f1",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 4"
                            }
                        },
                        "name": 4,
                        "type": "box",
                        "ysrc": "singhtinka970:37:78f5a8",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 5"
                            }
                        },
                        "name": 5,
                        "type": "box",
                        "ysrc": "singhtinka970:37:3d3968",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 6"
                            }
                        },
                        "name": 6,
                        "type": "box",
                        "ysrc": "singhtinka970:37:786b28",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 7"
                            }
                        },
                        "name": 7,
                        "type": "box",
                        "ysrc": "singhtinka970:37:6ff820",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 8"
                            }
                        },
                        "name": 8,
                        "type": "box",
                        "ysrc": "singhtinka970:37:d14263",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 9"
                            }
                        },
                        "name": 9,
                        "type": "box",
                        "ysrc": "singhtinka970:37:943196",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 10"
                            }
                        },
                        "name": 10,
                        "type": "box",
                        "ysrc": "singhtinka970:37:e2ef89",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 11"
                            }
                        },
                        "name": 11,
                        "type": "box",
                        "ysrc": "singhtinka970:37:8af23d",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 12"
                            }
                        },
                        "name": 12,
                        "type": "box",
                        "ysrc": "singhtinka970:37:565da3",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 13"
                            }
                        },
                        "name": 13,
                        "type": "box",
                        "ysrc": "singhtinka970:37:ec62e7",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 14"
                            }
                        },
                        "name": 14,
                        "type": "box",
                        "ysrc": "singhtinka970:37:b578d4",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 15"
                            }
                        },
                        "name": 15,
                        "type": "box",
                        "ysrc": "singhtinka970:37:98962e",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 16"
                            }
                        },
                        "name": 16,
                        "type": "box",
                        "ysrc": "singhtinka970:37:1af7ff",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 17"
                            }
                        },
                        "name": 17,
                        "type": "box",
                        "ysrc": "singhtinka970:37:684ecc",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 18"
                            }
                        },
                        "name": 18,
                        "type": "box",
                        "ysrc": "singhtinka970:37:a3eb5d",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 19"
                            }
                        },
                        "name": 19,
                        "type": "box",
                        "ysrc": "singhtinka970:37:d3e857",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 20"
                            }
                        },
                        "name": 20,
                        "type": "box",
                        "ysrc": "singhtinka970:37:0da07b",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 21"
                            }
                        },
                        "name": 21,
                        "type": "box",
                        "ysrc": "singhtinka970:37:88c507",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 22"
                            }
                        },
                        "name": 22,
                        "type": "box",
                        "ysrc": "singhtinka970:37:8c24d3",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "y": "Trace 23"
                            }
                        },
                        "name": 23,
                        "type": "box",
                        "ysrc": "singhtinka970:37:d28b9e",
                        "jitter": 0.1,
                        "marker": {
                            "size": 3,
                            "color": "rgba(24, 94, 153, 1)"
                        },
                        "fillcolor": "rgba(24, 94, 153, 0.2)",
                        "whiskerwidth": 0.4
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Counts Per Hour"
                    },
                    "xaxis": {
                        "type": "linear",
                        "dtick": 2,
                        "range": [
                            -0.5,
                            23.5
                        ],
                        "title": {
                            "text": "UTC Timestamp Hour"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -12.88888888888889,
                            364.8888888888889
                        ],
                        "title": {
                            "text": "Count"
                        },
                        "autorange": true
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}