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

{
    "next": "https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTA5KzEwJTNBNDklM0ExOC42OTExODclMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0wOSsxMiUzQTMxJTNBNDAuMzI0NzE0JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-09-09T12:31:40.324714Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~smajeed/3.embed",
            "fid": "smajeed:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/smajeed/3/9_ARCCMOJZWPQ6HG36L0QMO0KSSHQCNG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/smajeed/3/2_6LU5KALWA0OVYAFTKDZI6AAAJ0J7QN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smajeed/3/8_GRZ6DK0Z69PSPTDO68VO1UJO3S7VD2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/smajeed/3/9_ARCCMOJZWPQ6HG36L0QMO0KSSHQCNG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/smajeed:3",
                "plots": "https://api.plotly.com/v2/plots/smajeed:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=smajeed"
            },
            "owner": "smajeed",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~smajeed/3/",
            "world_readable": true,
            "date_modified": "2025-09-09T12:31:40.338Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~smajeed/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "none",
                        "line": {
                            "shape": "vhv"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x",
                                "y": "Trace 0, y"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Niigata earthquake (1964)</b>",
                        "type": "scatter",
                        "xsrc": "smajeed:2:1f33a1",
                        "ysrc": "smajeed:2:876980",
                        "yaxis": "y",
                        "marker": {
                            "size": 8,
                            "color": "#1f77b4",
                            "symbol": "circle-open"
                        },
                        "hoveron": "points",
                        "opacity": 1,
                        "hoverinfo": "x+y+name",
                        "showlegend": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 1, x",
                                "y": "Trace 1, y"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Luzon earthquake (1990; Adachi et al., 1992)</b>",
                        "type": "scatter",
                        "xsrc": "smajeed:2:0864ad",
                        "ysrc": "smajeed:2:887d01",
                        "yaxis": "y",
                        "marker": {
                            "size": 8,
                            "symbol": "triangle-up-open"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 2, x",
                                "y": "Trace 2, y"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Luzon earthquake (1990; Acacio et al., 2001)</b>",
                        "type": "scatter",
                        "xsrc": "smajeed:2:d40c8f",
                        "ysrc": "smajeed:2:1f4452",
                        "marker": {
                            "size": 8,
                            "symbol": "square-open"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 3, x",
                                "y": "Trace 3, y"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Maule earthquake (2010)</b>",
                        "type": "scatter",
                        "xsrc": "smajeed:2:08e95a",
                        "ysrc": "smajeed:2:e9b0b5",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 8,
                            "symbol": "triangle-up",
                            "opacity": 1
                        },
                        "error_x": {
                            "type": "percent",
                            "color": "#d62728",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": false,
                            "thickness": 2,
                            "valueminus": 10
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "#d62728",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": false,
                            "thickness": 2,
                            "valueminus": 10
                        },
                        "hoverlabel": {
                            "align": "auto"
                        },
                        "hovertemplate": ""
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 16,
                            "family": "Times New Roman"
                        },
                        "text": "Fig. 9. Building number of stories against normalized settlement"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            0,
                            13
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 12,
                                "family": "Times New Roman"
                            },
                            "text": "<b>Number of stories, </b><i><b>F</b></i>"
                        },
                        "anchor": "y",
                        "domain": [
                            0.1,
                            1
                        ],
                        "mirror": false,
                        "ticklen": 3,
                        "showline": true,
                        "tickfont": {
                            "family": "Times New Roman"
                        },
                        "tickmode": "linear",
                        "autorange": false,
                        "gridwidth": 0,
                        "linewidth": 0,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                0,
                                13
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "spikethickness": 1
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 0.05,
                        "range": [
                            0,
                            0.25
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 11,
                                "family": "Times New Roman"
                            },
                            "text": "<b>Normalized settlement, S/D</b><sub><b>L</b></sub>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "ticklen": 3,
                        "showline": true,
                        "tickmode": "linear",
                        "autorange": false,
                        "linewidth": 0,
                        "fixedrange": false
                    },
                    "legend": {
                        "title": {
                            "text": "<br>"
                        }
                    },
                    "autosize": true,
                    "dragmode": "select",
                    "hovermode": "x",
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~smajeed",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-08 09:30:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "smajeed",
                "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-09T12:10:28.073244Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~shaikanisuzzaman/1.embed",
            "fid": "shaikanisuzzaman:1",
            "filename": "compliance_chart",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/shaikanisuzzaman:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/shaikanisuzzaman/1/2_9EXETU2W024ML0KAZYZJFBWA37RMM4.png",
                "block-thumb": "https://api.plotly.com/v2/files/shaikanisuzzaman:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/shaikanisuzzaman:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/shaikanisuzzaman:1",
                "plots": "https://api.plotly.com/v2/plots/shaikanisuzzaman:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=shaikanisuzzaman"
            },
            "owner": "shaikanisuzzaman",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~shaikanisuzzaman/1/",
            "world_readable": true,
            "date_modified": "2025-09-10T07:41:39.439Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~shaikanisuzzaman/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "color": "#636efa"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data.0.x",
                                "y": "data.0.y",
                                "text": "data.0.text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Without New Checklist",
                        "type": "scatter",
                        "xsrc": "shaikanisuzzaman:0:0049df",
                        "ysrc": "shaikanisuzzaman:0:c238b4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "symbol": "circle"
                        },
                        "textsrc": "shaikanisuzzaman:0:0d5309",
                        "textfont": {
                            "size": 12
                        },
                        "showlegend": true,
                        "legendgroup": "Without New Checklist",
                        "orientation": "v",
                        "textposition": "top center",
                        "hovertemplate": "Checklist Type=Without New Checklist<br>Quarter=%{x}<br>Compliance (%)=%{y}<br>Label=%{text}<extra></extra>"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "#EF553B"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data.1.x",
                                "y": "data.1.y",
                                "text": "data.1.text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "With Checklist",
                        "type": "scatter",
                        "xsrc": "shaikanisuzzaman:0:9f663a",
                        "ysrc": "shaikanisuzzaman:0:6979a3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "symbol": "circle"
                        },
                        "textsrc": "shaikanisuzzaman:0:832917",
                        "textfont": {
                            "size": 12
                        },
                        "showlegend": true,
                        "legendgroup": "With Checklist",
                        "orientation": "v",
                        "textposition": "top center",
                        "hovertemplate": "Checklist Type=With Checklist<br>Quarter=%{x}<br>Compliance (%)=%{y}<br>Label=%{text}<extra></extra>"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12
                    },
                    "title": {
                        "x": 0.5,
                        "text": "Impact of Implementing SHW Checklist 3.1 (Drainage Points 1–3)"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.23814984709480122,
                            4.238149847094801
                        ],
                        "title": {
                            "text": "Quarter"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            10,
                            100
                        ],
                        "title": {
                            "text": "Compliance (%)"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "ticktext": [
                            "10%",
                            "20%",
                            "30%",
                            "40%",
                            "50%",
                            "60%",
                            "70%",
                            "80%",
                            "90%",
                            "100%"
                        ],
                        "tickvals": [
                            10,
                            20,
                            30,
                            40,
                            50,
                            60,
                            70,
                            80,
                            90,
                            100
                        ],
                        "tickformat": ".0%"
                    },
                    "legend": {
                        "title": {
                            "text": "Checklist Type"
                        },
                        "tracegroupgap": 0
                    },
                    "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,
                                            "#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,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            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,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            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,
                                            "#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,
                                            "#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,
                                            "#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,
                                            "#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,
                                            "#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,
                                            "#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,
                                            "#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,
                                        "#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,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        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,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~shaikanisuzzaman",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-09 12:01:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "shaikanisuzzaman",
                "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-09T12:10:20.125356Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Marja/225.embed",
            "fid": "Marja:225",
            "filename": "E.DUN_PVE0120_9Sep2025",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Marja:225/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Marja/225/2_Z47UW1MEJ255QWBJ0TSQM6DO4HXOX7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/225/8_QD46IQ3Y7K8H5QIMCHFX4FFQLYAK8J.png",
                "list-thumb": "https://api.plotly.com/v2/files/Marja:225/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Marja:225",
                "plots": "https://api.plotly.com/v2/plots/Marja:225",
                "parent": "https://api.plotly.com/v2/folders/home?user=Marja"
            },
            "owner": "Marja",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Marja/225/",
            "world_readable": true,
            "date_modified": "2025-09-09T12:10:20.142Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Marja/225/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "name": "ACACIA CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:dc535a",
                        "ysrc": "Marja:224:966695",
                        "zsrc": "Marja:224:5a4726",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:11827d"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "hovertextsrc": "Marja:224:8f1c41"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "markers",
                        "name": "BEAURY SF",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:efa28f",
                        "ysrc": "Marja:224:bc142d",
                        "zsrc": "Marja:224:7db1c4",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:00c12d"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "hovertextsrc": "Marja:224:1fe88c"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "markers",
                        "name": "BOOMI CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:01de32",
                        "ysrc": "Marja:224:1de7a5",
                        "zsrc": "Marja:224:faecbe",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:8317aa"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "hovertextsrc": "Marja:224:68657e"
                    },
                    {
                        "line": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "mode": "markers",
                        "name": "CONDOMINE",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:e45d43",
                        "ysrc": "Marja:224:34730a",
                        "zsrc": "Marja:224:ae443b",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(214,39,40,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:64c57d"
                        },
                        "error_x": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "error_y": {
                            "color": "rgba(214,39,40,1)"
                        },
                        "hovertextsrc": "Marja:224:677c90"
                    },
                    {
                        "line": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "mode": "markers",
                        "name": "DALMAN",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:17844e",
                        "ysrc": "Marja:224:52f821",
                        "zsrc": "Marja:224:2daea9",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(148,103,189,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:7427d9"
                        },
                        "error_x": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "error_y": {
                            "color": "rgba(148,103,189,1)"
                        },
                        "hovertextsrc": "Marja:224:31527a"
                    },
                    {
                        "line": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "mode": "markers",
                        "name": "KLIPKRAAL MIX",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:42fe03",
                        "ysrc": "Marja:224:f0e49f",
                        "zsrc": "Marja:224:49f4a1",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(140,86,75,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:0892a7"
                        },
                        "error_x": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "error_y": {
                            "color": "rgba(140,86,75,1)"
                        },
                        "hovertextsrc": "Marja:224:b4f00d"
                    },
                    {
                        "line": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "mode": "markers",
                        "name": "LEVUKA",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:d4c210",
                        "ysrc": "Marja:224:167420",
                        "zsrc": "Marja:224:fa7a35",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(227,119,194,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:ed634a"
                        },
                        "error_x": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "error_y": {
                            "color": "rgba(227,119,194,1)"
                        },
                        "hovertextsrc": "Marja:224:fad2db"
                    },
                    {
                        "line": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "mode": "markers",
                        "name": "LINDESAY",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:7958c9",
                        "ysrc": "Marja:224:df61aa",
                        "zsrc": "Marja:224:a7c6de",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(127,127,127,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:edf59c"
                        },
                        "error_x": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "error_y": {
                            "color": "rgba(127,127,127,1)"
                        },
                        "hovertextsrc": "Marja:224:391ab8"
                    },
                    {
                        "line": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "mode": "markers",
                        "name": "LINDESAY CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:222015",
                        "ysrc": "Marja:224:c0dd50",
                        "zsrc": "Marja:224:3ff9d9",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(188,189,34,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:ee856e"
                        },
                        "error_x": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "error_y": {
                            "color": "rgba(188,189,34,1)"
                        },
                        "hovertextsrc": "Marja:224:876261"
                    },
                    {
                        "line": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "mode": "markers",
                        "name": "MOLETON NSW",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:c7ee56",
                        "ysrc": "Marja:224:241c93",
                        "zsrc": "Marja:224:065583",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(23,190,207,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:e18c15"
                        },
                        "error_x": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "error_y": {
                            "color": "rgba(23,190,207,1)"
                        },
                        "hovertextsrc": "Marja:224:9b6be5"
                    },
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "mode": "markers",
                        "name": "OAKY HILL",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:eb0fd8",
                        "ysrc": "Marja:224:e24571",
                        "zsrc": "Marja:224:431fb8",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(31,119,180,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:a22413"
                        },
                        "error_x": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "error_y": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "hovertextsrc": "Marja:224:93a26f"
                    },
                    {
                        "line": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "mode": "markers",
                        "name": "TOOLOOM",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:c378a6",
                        "ysrc": "Marja:224:d1548e",
                        "zsrc": "Marja:224:92bb47",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:8501fd"
                        },
                        "error_x": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,127,14,1)"
                        },
                        "hovertextsrc": "Marja:224:638fe1"
                    },
                    {
                        "line": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "mode": "markers",
                        "name": "WALLABY CREEK",
                        "type": "scatter3d",
                        "xsrc": "Marja:224:5c4f79",
                        "ysrc": "Marja:224:f58d96",
                        "zsrc": "Marja:224:6696fc",
                        "frame": null,
                        "marker": {
                            "line": {
                                "color": "rgba(44,160,44,1)"
                            },
                            "size": 5,
                            "colorsrc": "Marja:224:372a26"
                        },
                        "error_x": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(44,160,44,1)"
                        },
                        "hovertextsrc": "Marja:224:05da07"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "range": [
                                -0.00010911927540579745,
                                0.0006065794781277611
                            ],
                            "title": "PC1 (EV = 74.06)",
                            "ticklen": 5,
                            "gridwidth": 2,
                            "zerolinewidth": 0.2
                        },
                        "yaxis": {
                            "range": [
                                -0.0011550322742597114,
                                0.000386611743872057
                            ],
                            "title": "PC2 (EV = 35.07)",
                            "ticklen": 5,
                            "gridwith": 2,
                            "zerolinewidth": 0.2
                        },
                        "zaxis": {
                            "range": [
                                -0.0008187111666607006,
                                0.000654074322535373
                            ],
                            "title": "PC3 (EV = 29.82)",
                            "ticklen": 5,
                            "gridwidth": 2,
                            "zerolinewidth": 0.2
                        }
                    },
                    "legend": {
                        "x": 100,
                        "y": 0.5
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Marja",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-09-26 06:05:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Marja",
                "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-09T11:57:54.606603Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cnrygks/7.embed",
            "fid": "cnrygks:7",
            "filename": "consecutive-sum-representations-static",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cnrygks/7/9_VTUGSPZWP1AO0COXT7TEELNVSJRS0R.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cnrygks/7/2_MH3VTDVFQ0I7XUI2QZX2OISCYD36P7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cnrygks/7/8_27QSYBXNIUVTWACCJ74YCZLMMEJJK6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cnrygks/7/9_VTUGSPZWP1AO0COXT7TEELNVSJRS0R.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cnrygks:7",
                "plots": "https://api.plotly.com/v2/plots/cnrygks:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=cnrygks"
            },
            "owner": "cnrygks",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cnrygks/7/",
            "world_readable": true,
            "date_modified": "2025-09-09T11:57:54.617Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cnrygks/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "shape": "spline",
                            "width": 2,
                            "smoothing": 1.3
                        },
                        "mode": "lines+markers",
                        "name": "Representations",
                        "type": "scatter",
                        "xsrc": "cnrygks:6:75f336",
                        "ysrc": "cnrygks:6:6236e6",
                        "marker": {
                            "size": 8,
                            "symbol": "circle-open"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Consecutive Sum Representations (Static)"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Integer Value"
                        },
                        "showgrid": true,
                        "zeroline": true,
                        "gridcolor": "#E5E5E5",
                        "gridwidth": 1,
                        "zerolinecolor": "#B0B0B0",
                        "zerolinewidth": 2
                    },
                    "yaxis": {
                        "title": {
                            "text": "Number of Representations"
                        },
                        "showgrid": true,
                        "zeroline": true,
                        "gridcolor": "#E5E5E5",
                        "gridwidth": 1,
                        "zerolinecolor": "#B0B0B0",
                        "zerolinewidth": 2
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    },
                                    "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",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "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
                                        }
                                    }
                                }
                            ],
                            "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": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "x unified",
                    "showlegend": true,
                    "plot_bgcolor": "#F9F9F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cnrygks",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-17 03:14:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cnrygks",
                "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-09T11:56:46.435892Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/60.embed",
            "fid": "singhtinka970:60",
            "filename": "HOURLY SEASONAL PLOTS",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/singhtinka970:60/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/60/2_VJHPZGYAJ98S15XU1DN6I87O4Z9XAB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/60/8_MHQZG9Z20MWR5HL7Z80WM796N6WCNP.png",
                "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:60/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:60",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:60",
                "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/60/",
            "world_readable": true,
            "date_modified": "2025-09-09T12:28:17.035Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/60/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "887419",
                        "fill": "none",
                        "line": {
                            "dash": "solid",
                            "color": "#1f77b4",
                            "shape": "spline",
                            "width": 2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Col1",
                                "y": "Col2"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "<b>Summer</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:59:a71a04",
                        "ysrc": "singhtinka970:59:973043",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 0
                            },
                            "size": 6,
                            "color": "rgb(0, 67, 88)",
                            "symbol": "hexagon-open"
                        },
                        "error_x": {
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "color": "rgb(0, 67, 88)",
                            "width": 1,
                            "thickness": 1
                        },
                        "opacity": 1
                    },
                    {
                        "uid": "543de7",
                        "fill": "none",
                        "line": {
                            "dash": "solid",
                            "color": "#ff7f0e",
                            "shape": "spline",
                            "width": 2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Col1",
                                "y": "Col3"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "<b>Fall</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:59:a71a04",
                        "ysrc": "singhtinka970:59:515c9e",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 0
                            },
                            "size": 6,
                            "color": "rgb(31, 138, 112)",
                            "symbol": "hexagon-open"
                        },
                        "error_x": {
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "color": "rgb(31, 138, 112)",
                            "width": 1,
                            "thickness": 1
                        },
                        "opacity": 1
                    },
                    {
                        "uid": "ed8b28",
                        "fill": "none",
                        "line": {
                            "dash": "solid",
                            "color": "#2ca02c",
                            "shape": "spline",
                            "width": 2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Col1",
                                "y": "Col4"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "<b>Winter</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:59:a71a04",
                        "ysrc": "singhtinka970:59:503241",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 0
                            },
                            "size": 6,
                            "color": "rgb(190, 219, 57)",
                            "symbol": "hexagon-open"
                        },
                        "error_x": {
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "color": "rgb(190, 219, 57)",
                            "width": 1,
                            "thickness": 1
                        },
                        "opacity": 1
                    },
                    {
                        "uid": "118142",
                        "fill": "none",
                        "line": {
                            "dash": "solid",
                            "color": "#d62728",
                            "shape": "spline",
                            "width": 2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Col1",
                                "y": "Col5"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "<b>Spring</b>",
                        "type": "scatter",
                        "xsrc": "singhtinka970:59:a71a04",
                        "ysrc": "singhtinka970:59:91e338",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 0
                            },
                            "size": 6,
                            "color": "rgb(43, 15, 228)",
                            "symbol": "hexagon-open"
                        },
                        "error_x": {
                            "copy_ystyle": true
                        },
                        "error_y": {
                            "color": "rgb(255, 225, 26)",
                            "width": 1,
                            "thickness": 1
                        },
                        "opacity": 1
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12,
                        "color": "#444",
                        "family": "\"Open sans\", verdana, arial, sans-serif"
                    },
                    "title": {
                        "font": {
                            "size": 15,
                            "color": "rgb(21, 1, 1)",
                            "family": "Overpass"
                        },
                        "text": "<b>Hourly PM 2.5 Concentrations </b><br>20 40 60 80 100"
                    },
                    "width": 1232,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -7.105427357601002e-14,
                            23.000000000000007
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(10, 0, 0)",
                                "family": "Overpass"
                            },
                            "text": "<b>Hour of Day</b>"
                        },
                        "mirror": "allticks",
                        "nticks": 0,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(14, 1, 1)",
                            "family": "Overpass"
                        },
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": false,
                        "gridcolor": "#eee",
                        "gridwidth": 1,
                        "linecolor": "rgb(34,34,34)",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "showexponent": "all",
                        "zerolinecolor": "#444",
                        "zerolinewidth": 1,
                        "exponentformat": "B",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -16.25339506011227,
                            497.25895058211177
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 15,
                                "color": "rgb(10, 0, 0)",
                                "family": "Overpass"
                            },
                            "text": "<b>PM2.5 Concentrations (µg/m³)</b>"
                        },
                        "mirror": "allticks",
                        "nticks": 0,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 15,
                            "color": "rgb(14, 1, 1)",
                            "family": "Overpass"
                        },
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": false,
                        "gridcolor": "#eee",
                        "gridwidth": 1,
                        "linecolor": "rgb(34,34,34)",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "showexponent": "all",
                        "zerolinecolor": "#444",
                        "zerolinewidth": 1,
                        "exponentformat": "B",
                        "showticklabels": true
                    },
                    "height": 877,
                    "legend": {
                        "x": -0.0024375908070267465,
                        "y": 1.0717360114777619,
                        "font": {
                            "size": 14,
                            "color": "rgb(8, 0, 0)",
                            "family": "Overpass"
                        },
                        "title": {
                            "font": {
                                "color": "rgb(28, 1, 1)",
                                "family": "Overpass"
                            },
                            "text": "<br>"
                        },
                        "bgcolor": "#fff",
                        "traceorder": "normal",
                        "bordercolor": "#444",
                        "borderwidth": 0,
                        "orientation": "h"
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "hovermode": "closest",
                    "separators": ".,",
                    "hidesources": false,
                    "plot_bgcolor": "#fff",
                    "paper_bgcolor": "#fff"
                }
            },
            "height": 877,
            "width": 1232,
            "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-09T11:48:44.166374Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cnrygks/5.embed",
            "fid": "cnrygks:5",
            "filename": "consecutive-sum-representations",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cnrygks/5/9_KD9OH0LREY6DVCWM6QC4IAU5GNOOMX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cnrygks/5/2_UNRPIT0XTKBF4GNO5J0LVLCDHGK7E4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cnrygks/5/8_0PPT165KM2V3VSCU0M6V2MVBBEQBZJ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cnrygks/5/9_KD9OH0LREY6DVCWM6QC4IAU5GNOOMX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cnrygks:5",
                "plots": "https://api.plotly.com/v2/plots/cnrygks:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=cnrygks"
            },
            "owner": "cnrygks",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cnrygks/5/",
            "world_readable": true,
            "date_modified": "2025-09-09T11:48:44.177Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cnrygks/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "shape": "spline",
                            "width": 2,
                            "smoothing": 1.3
                        },
                        "mode": "lines+markers",
                        "name": "Representations",
                        "type": "scatter",
                        "xsrc": "cnrygks:4:d35054",
                        "ysrc": "cnrygks:4:ab177c",
                        "marker": {
                            "size": 8,
                            "symbol": "circle-open"
                        },
                        "stream": {
                            "token": "ywv9x7jfos",
                            "maxpoints": 200
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Consecutive Sum Representations"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Integer Value"
                        },
                        "showgrid": true,
                        "zeroline": true,
                        "gridcolor": "#E5E5E5",
                        "gridwidth": 1,
                        "zerolinecolor": "#B0B0B0",
                        "zerolinewidth": 2
                    },
                    "yaxis": {
                        "title": {
                            "text": "Number of Representations"
                        },
                        "showgrid": true,
                        "zeroline": true,
                        "gridcolor": "#E5E5E5",
                        "gridwidth": 1,
                        "zerolinecolor": "#B0B0B0",
                        "zerolinewidth": 2
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        }
                                    },
                                    "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",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "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
                                        }
                                    }
                                }
                            ],
                            "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": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "x unified",
                    "showlegend": true,
                    "plot_bgcolor": "#F9F9F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cnrygks",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-10-17 03:14:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cnrygks",
                "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-09T11:32:53.404104Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/58.embed",
            "fid": "singhtinka970:58",
            "filename": "Plot 58",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/singhtinka970:58/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/58/2_JHT8W71ZYDLPYQKV74M1E9K7VEZUL8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/58/8_SHSCOGFXUBE7H8INLW6Q57389Y5N1R.png",
                "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:58/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:58",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:58",
                "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/58/",
            "world_readable": true,
            "date_modified": "2025-09-09T11:32:53.417Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/58/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0742aa",
                        "fill": "none",
                        "line": {
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "hour",
                                "y": "Facebook"
                            }
                        },
                        "mode": "lines+markers",
                        "name": "Facebook",
                        "type": "scatter",
                        "xsrc": "singhtinka970:57:72a7f8",
                        "ysrc": "singhtinka970:57:72de7d",
                        "zmax": 10,
                        "zmin": 0,
                        "visible": true,
                        "contours": {
                            "end": 9.01,
                            "size": 1,
                            "start": 1,
                            "coloring": "fill",
                            "showlines": true
                        },
                        "fillcolor": "rgba(214, 39, 40, 0.25)",
                        "connectgaps": true
                    },
                    {
                        "uid": "535ace",
                        "fill": "none",
                        "line": {
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "hour",
                                "y": "Forum"
                            }
                        },
                        "mode": "lines+markers",
                        "name": "Forum",
                        "type": "scatter",
                        "xsrc": "singhtinka970:57:72a7f8",
                        "ysrc": "singhtinka970:57:5f96a2",
                        "zmax": 10,
                        "zmin": 0,
                        "contours": {
                            "end": 9.01,
                            "size": 1,
                            "start": 1,
                            "coloring": "fill",
                            "showlines": true
                        },
                        "fillcolor": "rgba(255, 127, 14, 0.26)",
                        "connectgaps": true
                    },
                    {
                        "uid": "96a89d",
                        "fill": "none",
                        "line": {
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "hour",
                                "y": "Instagram"
                            }
                        },
                        "mode": "lines+markers",
                        "name": "Instagram",
                        "type": "scatter",
                        "xsrc": "singhtinka970:57:72a7f8",
                        "ysrc": "singhtinka970:57:d90b0a",
                        "zmax": 10,
                        "zmin": 0,
                        "contours": {
                            "end": 9.01,
                            "size": 1,
                            "start": 1,
                            "coloring": "fill",
                            "showlines": true
                        },
                        "fillcolor": "rgba(214, 39, 40, 0.25)",
                        "connectgaps": true
                    },
                    {
                        "uid": "68bd16",
                        "fill": "tozeroy",
                        "line": {
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "hour",
                                "y": "Twitter"
                            }
                        },
                        "mode": "lines",
                        "name": "Twitter",
                        "type": "scatter",
                        "xsrc": "singhtinka970:57:72a7f8",
                        "ysrc": "singhtinka970:57:a9d9fc",
                        "zmax": 10,
                        "zmin": 0,
                        "contours": {
                            "end": 9.01,
                            "size": 1,
                            "start": 1,
                            "coloring": "fill",
                            "showlines": true
                        },
                        "fillcolor": "rgba(214, 39, 40, 0.25)",
                        "connectgaps": true
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Number of mentions per hour and source"
                    },
                    "width": 1080,
                    "xaxis": {
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            0,
                            23
                        ],
                        "ticks": "outside",
                        "title": {
                            "text": "hour"
                        },
                        "tickmode": "linear",
                        "autorange": false,
                        "rangemode": "nonnegative",
                        "fixedrange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "dtick": 25,
                        "range": [
                            0,
                            250
                        ],
                        "ticks": "outside",
                        "title": {
                            "text": "number of mentions"
                        },
                        "tickmode": "linear",
                        "autorange": false,
                        "rangemode": "nonnegative",
                        "fixedrange": true
                    },
                    "height": 605,
                    "autosize": true
                }
            },
            "height": 605,
            "width": 1080,
            "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-09T11:23:19.960171Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/56.embed",
            "fid": "singhtinka970:56",
            "filename": "Plot 56",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/singhtinka970:56/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/56/2_L0VQD8IQBBIYDPBVCAAU8AX7Z8497L.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/56/8_EJEUY9X8S4ZZKUE5I7K7LMBYLJWKHW.png",
                "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:56/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:56",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:56",
                "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/56/",
            "world_readable": true,
            "date_modified": "2025-09-09T11:23:19.973Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/56/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "Aqua"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Tablet, y",
                                "text": "Tablet, text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Tablet",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:01a864",
                        "xaxis": "x2",
                        "yaxis": "y6",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:937c9d",
                        "textfont": {
                            "size": 10
                        },
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "Green"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Desktop, y",
                                "text": "Desktop, text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Desktop",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:d11bf3",
                        "xaxis": "x2",
                        "yaxis": "y6",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:a75754",
                        "textfont": {
                            "size": 10
                        },
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "002966"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Mobile, y",
                                "text": "Mobile, text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Mobile",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:ea8eb8",
                        "xaxis": "x2",
                        "yaxis": "y6",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:56254f",
                        "textfont": {
                            "size": 10
                        },
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "Aqua"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Tablet (1), y",
                                "text": "Tablet (1), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Tablet",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:ffea3d",
                        "yaxis": "y2",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:deb301",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "Green"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Desktop (1), y",
                                "text": "Desktop (1), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Desktop",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:9729f5",
                        "yaxis": "y2",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:549e3b",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "002966"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Mobile (1), y",
                                "text": "Mobile (1), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Mobile",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:c4df2b",
                        "yaxis": "y2",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:a4744b",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "Aqua"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Tablet (2), y",
                                "text": "Tablet (2), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Tablet",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:f6ca88",
                        "yaxis": "y3",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:e9c8fb",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "Green"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Desktop (2), y",
                                "text": "Desktop (2), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Desktop",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:961c65",
                        "yaxis": "y3",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:c2df88",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "002966"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Mobile (2), y",
                                "text": "Mobile (2), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Mobile",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:db939f",
                        "yaxis": "y3",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:d0ee2a",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "Aqua"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Tablet (3), y",
                                "text": "Tablet (3), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Tablet",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:f3fce5",
                        "xaxis": "x2",
                        "yaxis": "y5",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:2dd40b",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "Green"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Desktop (3), y",
                                "text": "Desktop (3), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Desktop",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:19ba79",
                        "xaxis": "x2",
                        "yaxis": "y5",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:011b2d",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "002966"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Mobile (3), y",
                                "text": "Mobile (3), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Mobile",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:062a52",
                        "xaxis": "x2",
                        "yaxis": "y5",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:04f7ee",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "Aqua"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Tablet (4), y",
                                "text": "Tablet (4), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Tablet",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:8f99fe",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:aec898",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "Green"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Desktop (4), y",
                                "text": "Desktop (4), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Desktop",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:0351bd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:74b984",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "002966"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Mobile (4), y",
                                "text": "Mobile (4), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Mobile",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:f44d65",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:7d6785",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "Aqua"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Tablet (5), y",
                                "text": "Tablet (5), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Tablet",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:472a96",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:635b94",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "Green"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Desktop (5), y",
                                "text": "Desktop (5), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Desktop",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:3d939f",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:26f51c",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "color": "002966"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x",
                                "y": "Mobile (5), y",
                                "text": "Mobile (5), text"
                            }
                        },
                        "mode": "lines+markers+text",
                        "name": "Mobile",
                        "type": "line",
                        "xsrc": "singhtinka970:55:731cde",
                        "ysrc": "singhtinka970:55:c58689",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "opacity": 1,
                        "textsrc": "singhtinka970:55:93f431",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "top center"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Page Group by Device"
                    },
                    "width": 1620,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.7557098971550685,
                            12.755709897155068
                        ],
                        "title": {
                            "font": {
                                "size": 12
                            },
                            "text": "Week Number"
                        },
                        "domain": [
                            0,
                            0.45
                        ],
                        "tickfont": {
                            "size": 10
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            3,
                            5.5
                        ],
                        "title": {
                            "font": {
                                "size": 11
                            },
                            "text": "Payment Page Load"
                        },
                        "anchor": "x4",
                        "domain": [
                            0,
                            0.3
                        ],
                        "tickfont": {
                            "size": 10
                        }
                    },
                    "height": 1000,
                    "xaxis2": {
                        "type": "category",
                        "range": [
                            -0.7557098971550688,
                            12.755709897155068
                        ],
                        "title": {
                            "font": {
                                "size": 12
                            },
                            "text": "Week Number"
                        },
                        "domain": [
                            0.55,
                            1
                        ],
                        "tickfont": {
                            "size": 10
                        },
                        "autorange": true
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            2.5,
                            11.5
                        ],
                        "title": {
                            "font": {
                                "size": 11
                            },
                            "text": "Register Checkout Page Load"
                        },
                        "domain": [
                            0.35,
                            0.65
                        ],
                        "tickfont": {
                            "size": 10
                        }
                    },
                    "yaxis3": {
                        "type": "linear",
                        "range": [
                            3.5,
                            6
                        ],
                        "title": {
                            "font": {
                                "size": 11
                            },
                            "text": "Order Review Page Load"
                        },
                        "domain": [
                            0.7,
                            1
                        ],
                        "tickfont": {
                            "size": 10
                        }
                    },
                    "yaxis4": {
                        "type": "linear",
                        "range": [
                            7,
                            11
                        ],
                        "title": {
                            "font": {
                                "size": 10
                            },
                            "text": "Order Confirmation Page Fear Page Load"
                        },
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.3
                        ],
                        "tickfont": {
                            "size": 10
                        }
                    },
                    "yaxis5": {
                        "type": "linear",
                        "range": [
                            3.5,
                            7
                        ],
                        "title": {
                            "font": {
                                "size": 11
                            },
                            "text": "Delivery Page Load"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.35,
                            0.65
                        ],
                        "tickfont": {
                            "size": 10
                        }
                    },
                    "yaxis6": {
                        "type": "linear",
                        "range": [
                            7,
                            11.5
                        ],
                        "title": {
                            "font": {
                                "size": 11
                            },
                            "text": "SPC Page Load"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.7,
                            1
                        ],
                        "tickfont": {
                            "size": 10
                        }
                    },
                    "autosize": true
                }
            },
            "height": 1000,
            "width": 1620,
            "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-09T11:10:39.245030Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~feodorchevychelov/1.embed",
            "fid": "feodorchevychelov:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/feodorchevychelov/1/9_P5SCGU6FZX0UWPOQJ02KUJCF7PGLDM.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/feodorchevychelov/1/2_AOLCGLCAZ2XMNJ71VL1279QOP2SPR8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/feodorchevychelov/1/8_NL8BIH1MU6DYH4UY6QOQV3H43SUK4P.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/feodorchevychelov/1/9_P5SCGU6FZX0UWPOQJ02KUJCF7PGLDM.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/feodorchevychelov:1",
                "plots": "https://api.plotly.com/v2/plots/feodorchevychelov:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=feodorchevychelov"
            },
            "owner": "feodorchevychelov",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~feodorchevychelov/1/",
            "world_readable": true,
            "date_modified": "2025-09-09T11:10:39.260Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~feodorchevychelov/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "rpm",
                                "y": "map",
                                "z": "ignition",
                                "text": "ignition",
                                "intensity": "ignition"
                            }
                        },
                        "mode": "markers",
                        "type": "mesh3d",
                        "xsrc": "feodorchevychelov:0:35b755",
                        "ysrc": "feodorchevychelov:0:97f7d0",
                        "zsrc": "feodorchevychelov:0:e228b9",
                        "contour": {
                            "show": true
                        },
                        "textsrc": "feodorchevychelov:0:e228b9",
                        "hoverinfo": "x+y+z",
                        "showscale": true,
                        "transpose": false,
                        "flatshading": true,
                        "intensitysrc": "feodorchevychelov:0:e228b9",
                        "hovertemplate": "",
                        "autocolorscale": true
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "text": "RPM"
                            }
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "text": "MAP"
                            }
                        },
                        "zaxis": {
                            "type": "linear",
                            "ticks": "outside",
                            "title": {
                                "text": "Ign Angle"
                            }
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": -1.1686523851667265,
                                "y": 0.9950898999952085,
                                "z": 1.1583135646315792
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "OKCupid Compatibility by Religion<br>Source: <a href=\"http://blog.okcupid.com/index.php/how-races-and-religions-match-in-online-dating/\">OKTrends, 2009</a>"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            500
                        ],
                        "title": {
                            "text": "RPM"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            280
                        ],
                        "title": {
                            "text": "MAP"
                        },
                        "autorange": true
                    },
                    "colorway": [
                        "#3366cc",
                        "#dc3912",
                        "#ff9900",
                        "#109618",
                        "#990099",
                        "#0099c6",
                        "#dd4477",
                        "#66aa00",
                        "#b82e2e",
                        "#316395"
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "rgb(237,237,237)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "rgb(217,217,217)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(51,51,51)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(51,51,51)"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(51,51,51)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(51,51,51)"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "len": 0.2,
                                            "ticks": "inside",
                                            "ticklen": 6,
                                            "tickcolor": "rgb(237,237,237)",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "len": 0.2,
                                        "ticks": "inside",
                                        "ticklen": 6,
                                        "tickcolor": "rgb(237,237,237)",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "rgb(237,237,237)",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "rgb(51,51,51)"
                            },
                            "polar": {
                                "bgcolor": "rgb(237,237,237)",
                                "radialaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "angularaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                },
                                "yaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                },
                                "zaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(237,237,237)"
                                }
                            },
                            "xaxis": {
                                "ticks": "outside",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "tickcolor": "rgb(51,51,51)",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "yaxis": {
                                "ticks": "outside",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "tickcolor": "rgb(51,51,51)",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "baxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "caxis": {
                                    "ticks": "outside",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white",
                                    "tickcolor": "rgb(51,51,51)"
                                },
                                "bgcolor": "rgb(237,237,237)"
                            },
                            "colorway": [
                                "#F8766D",
                                "#A3A500",
                                "#00BF7D",
                                "#00B0F6",
                                "#E76BF3"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#40004b"
                                    ],
                                    [
                                        0.1,
                                        "#762a83"
                                    ],
                                    [
                                        0.2,
                                        "#9970ab"
                                    ],
                                    [
                                        0.3,
                                        "#c2a5cf"
                                    ],
                                    [
                                        0.4,
                                        "#e7d4e8"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#d9f0d3"
                                    ],
                                    [
                                        0.7,
                                        "#a6dba0"
                                    ],
                                    [
                                        0.8,
                                        "#5aae61"
                                    ],
                                    [
                                        0.9,
                                        "#1b7837"
                                    ],
                                    [
                                        1,
                                        "#00441b"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "rgb(20,44,66)"
                                    ],
                                    [
                                        1,
                                        "rgb(90,179,244)"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "rgb(20,44,66)"
                                    ],
                                    [
                                        1,
                                        "rgb(90,179,244)"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(237,237,237)",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.3,
                                "fillcolor": "black"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "GGPLOT2"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~feodorchevychelov",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.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 10:36:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "feodorchevychelov",
                "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:49:18.691187Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~carolrennie/1.embed",
            "fid": "carolrennie:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/carolrennie/1/9_5EFKXM6JPRWEVJ2YD3DJD7FA0KZCER.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/carolrennie/1/2_NAYGBX4QLXAUKIDJZZ0XAPLM1VKAMM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/carolrennie/1/8_P2MQKRLEV9AM8WZ9A2CBIY2ARNAB5A.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/carolrennie/1/9_5EFKXM6JPRWEVJ2YD3DJD7FA0KZCER.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/carolrennie:1",
                "plots": "https://api.plotly.com/v2/plots/carolrennie:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=carolrennie"
            },
            "owner": "carolrennie",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~carolrennie/1/",
            "world_readable": true,
            "date_modified": "2025-09-09T10:49:18.709Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~carolrennie/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "A",
                                "error_y": {
                                    "array": "C",
                                    "arrayminus": "C"
                                }
                            }
                        },
                        "mode": "markers+lines",
                        "type": "scatter",
                        "xsrc": "carolrennie:0:393c7d",
                        "ysrc": "carolrennie:0:7393d9",
                        "marker": {
                            "line": {
                                "color": "rgb(3, 3, 249)"
                            },
                            "color": "rgb(3, 3, 249)"
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "C",
                                    "arrayminus": "C"
                                }
                            },
                            "type": "data",
                            "color": "rgb(249, 3, 76)",
                            "visible": true,
                            "arraysrc": "carolrennie:0:19a5dd",
                            "symmetric": false,
                            "arrayminussrc": "carolrennie:0:19a5dd"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Precipitación de caseína"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            3.3021116138763196,
                            6.897888386123681
                        ],
                        "title": {
                            "text": "pH"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.2968277777777778,
                            6.223727777777778
                        ],
                        "title": {
                            "text": "Caseína precipitada (g)"
                        },
                        "autorange": true
                    },
                    "shapes": [],
                    "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/~carolrennie",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-09 10:48:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "carolrennie",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}