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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA5LTA1KzA5JTNBNDYlM0EyMC42Njg3MDAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOS0wNSsxMSUzQTI4JTNBMzUuMDM4MTUzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-09-05T11:28:35.038153Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~evsenyetim/0.embed",
            "fid": "evsenyetim:0",
            "filename": "isaac_survey_pca copy",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/evsenyetim:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/evsenyetim/0/2_XYYV2KHRVVYRYWGXAQWG0FW2UH53CY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/evsenyetim/0/8_1CL6PBZDJX3LNE7HWYEI4IIVBUDTIP.png",
                "list-thumb": "https://api.plotly.com/v2/files/evsenyetim:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/evsenyetim:0",
                "plots": "https://api.plotly.com/v2/plots/evsenyetim:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=evsenyetim"
            },
            "owner": "evsenyetim",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Principal Component 2 (18.59% of variance) vs Principal Component 1 (48.93% of variance)",
            "views": 2892,
            "web_url": "https://chart-studio.plotly.com/~evsenyetim/0/principal-component-2-1859-of-variance-vs-principal-component-1-4893-of-variance/",
            "world_readable": true,
            "date_modified": "2025-09-05T11:28:35.547Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~evsenyetim/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "evsenyetim:1:995422",
                        "ysrc": "evsenyetim:1:db5907",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "sizesrc": "evsenyetim:1:b2c8bf",
                            "colorsrc": "evsenyetim:1:c0b012"
                        },
                        "textsrc": "evsenyetim:1:b728e1"
                    },
                    {
                        "mode": "markers+text",
                        "type": "scatter",
                        "xsrc": "evsenyetim:1:c9a39a",
                        "ysrc": "evsenyetim:1:9ff096",
                        "marker": {
                            "size": 6,
                            "color": "black",
                            "symbol": "x"
                        },
                        "textsrc": "evsenyetim:1:600d43",
                        "textposition": "top"
                    }
                ],
                "layout": {
                    "width": 750,
                    "xaxis": {
                        "title": "Principal Component 1 (48.93% of variance)"
                    },
                    "yaxis": {
                        "title": "Principal Component 2 (18.59% of variance)"
                    },
                    "height": 750,
                    "autosize": false,
                    "showlegend": false
                }
            },
            "height": 750,
            "width": 750,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~evsenyetim",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.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-05 11:11:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "evsenyetim",
                "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-05T11:19:14.326196Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~majkot/53.embed",
            "fid": "majkot:53",
            "filename": "V2 in V4",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/majkot/53/9_5765AGVFDTMSTQXEIRZLVXRG7PWV4N.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/majkot/53/2_EQ6XXGSCOJV5PUSEZ3G1P2HEFWNN5C.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/majkot/53/8_308A7FB25EU4MM2QXCIOH5YN4LL67P.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/majkot/53/9_5765AGVFDTMSTQXEIRZLVXRG7PWV4N.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/majkot:53",
                "plots": "https://api.plotly.com/v2/plots/majkot:53",
                "parent": "https://api.plotly.com/v2/folders/home?user=majkot"
            },
            "owner": "majkot",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~majkot/53/",
            "world_readable": true,
            "date_modified": "2025-09-05T15:44:52.306Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~majkot/53/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Čas [dan] - Skupina",
                                "y": "M",
                                "marker": {
                                    "color": "Barve"
                                },
                                "error_y": {
                                    "array": "AD"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "Normirane vrednosti",
                        "type": "bar",
                        "xsrc": "majkot:9:9adc12,faf31e*",
                        "ysrc": "majkot:9:4c033e",
                        "marker": {
                            "cmax": 5,
                            "cmin": 1,
                            "line": {
                                "color": "rgb(0, 0, 0)"
                            },
                            "meta": {
                                "columnNames": {
                                    "color": "Barve"
                                }
                            },
                            "cauto": false,
                            "colorsrc": "majkot:9:4c9f00",
                            "showscale": false,
                            "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"
                                ]
                            ],
                            "reversescale": false
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "AD"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "majkot:9:f0da06",
                            "symmetric": true
                        },
                        "visible": true,
                        "orientation": "v",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 18
                    },
                    "title": {
                        "text": ""
                    },
                    "width": 1121,
                    "xaxis": {
                        "type": "multicategory",
                        "range": [
                            -0.5,
                            8.5
                        ],
                        "title": {
                            "font": {
                                "family": "Arial"
                            },
                            "text": "Ime vzorca"
                        },
                        "autorange": true,
                        "tickangle": "auto",
                        "showspikes": false,
                        "showdividers": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            112.60898584210527
                        ],
                        "title": {
                            "text": "Vsebnost biogenih aminov [µg/g]"
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "height": 487,
                    "legend": {
                        "x": 0.25390218522372526,
                        "y": -0.4037095515694303,
                        "traceorder": "normal",
                        "orientation": "h"
                    },
                    "margin": {
                        "b": 85,
                        "t": 100
                    },
                    "barmode": "group",
                    "autosize": true,
                    "dragmode": "pan",
                    "showlegend": false,
                    "uniformtext": {
                        "mode": false
                    }
                }
            },
            "height": 487,
            "width": 1121,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~majkot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 16:43:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "majkot",
                "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-05T11:17:23.671641Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~majkot/52.embed",
            "fid": "majkot:52",
            "filename": "V1 in V3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/majkot/52/9_AICJ18P1PIVQHHGGB280GE1VRKUZ6I.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/majkot/52/2_APX7XSWLM04LVJVOIQPEQ0L6EZWRYT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/majkot/52/8_1DT4M9YG98UJ88MFAMADX6D8AFN889.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/majkot/52/9_AICJ18P1PIVQHHGGB280GE1VRKUZ6I.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/majkot:52",
                "plots": "https://api.plotly.com/v2/plots/majkot:52",
                "parent": "https://api.plotly.com/v2/folders/home?user=majkot"
            },
            "owner": "majkot",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~majkot/52/",
            "world_readable": true,
            "date_modified": "2025-09-05T15:44:52.306Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~majkot/52/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Čas [dan] - Skupina",
                                "y": "M",
                                "marker": {
                                    "color": "Barve"
                                },
                                "error_y": {
                                    "array": "AD"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "Normirane vrednosti",
                        "type": "bar",
                        "xsrc": "majkot:9:9adc12,faf31e*",
                        "ysrc": "majkot:9:4c033e",
                        "marker": {
                            "cmax": 5,
                            "cmin": 1,
                            "line": {
                                "color": "rgb(0, 0, 0)"
                            },
                            "meta": {
                                "columnNames": {
                                    "color": "Barve"
                                }
                            },
                            "cauto": false,
                            "colorsrc": "majkot:9:4c9f00",
                            "showscale": false,
                            "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"
                                ]
                            ],
                            "reversescale": false
                        },
                        "error_y": {
                            "meta": {
                                "columnNames": {
                                    "array": "AD"
                                }
                            },
                            "type": "data",
                            "visible": true,
                            "arraysrc": "majkot:9:f0da06",
                            "symmetric": true
                        },
                        "visible": true,
                        "orientation": "v",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 18
                    },
                    "title": {
                        "text": ""
                    },
                    "width": 1121,
                    "xaxis": {
                        "type": "multicategory",
                        "range": [
                            -0.5,
                            8.5
                        ],
                        "title": {
                            "font": {
                                "family": "Arial"
                            },
                            "text": "Ime vzorca"
                        },
                        "autorange": true,
                        "tickangle": "auto",
                        "showspikes": false,
                        "showdividers": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            74.24768522947369
                        ],
                        "title": {
                            "text": "Vsebnost biogenih aminov [µg/g]"
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "height": 487,
                    "legend": {
                        "x": 0.25390218522372526,
                        "y": -0.4037095515694303,
                        "traceorder": "normal",
                        "orientation": "h"
                    },
                    "margin": {
                        "b": 85,
                        "t": 100
                    },
                    "barmode": "group",
                    "autosize": true,
                    "dragmode": "pan",
                    "showlegend": false,
                    "uniformtext": {
                        "mode": false
                    }
                }
            },
            "height": 487,
            "width": 1121,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~majkot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 16:43:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "majkot",
                "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-05T10:35:56.181445Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~preikschas/1.embed",
            "fid": "preikschas:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/preikschas/1/9_HJ1CPE52TSVGFYFH0R2JL7EQD0W5DH.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/preikschas/1/2_6C1ZY3ACQQACOF86G2MPWH0MH1NG1G.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/preikschas/1/8_E22SBKYJJIYDOQBWDM2OKH9B5F0ERL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/preikschas/1/9_HJ1CPE52TSVGFYFH0R2JL7EQD0W5DH.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/preikschas:1",
                "plots": "https://api.plotly.com/v2/plots/preikschas:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=preikschas"
            },
            "owner": "preikschas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~preikschas/1/",
            "world_readable": true,
            "date_modified": "2025-09-05T10:35:56.197Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~preikschas/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "preikschas:0:a760f0",
                        "ysrc": "preikschas:0:028e04",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "type": "bar",
                        "xsrc": "preikschas:0:a760f0",
                        "ysrc": "preikschas:0:73ab0e",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "preikschas:0:a760f0",
                        "ysrc": "preikschas:0:feeaf8",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 3
                            },
                            "size": 12,
                            "color": "rgb(255, 255, 255)",
                            "symbol": "circle",
                            "opacity": 1
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "dtick": 2,
                        "range": [
                            0,
                            14
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 20,
                                "color": "rgb(0, 0, 0)",
                                "family": "Arial"
                            }
                        },
                        "domain": [
                            0.125,
                            0.875
                        ],
                        "ticklen": 10,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20,
                            "color": "rgb(0, 0, 0)"
                        },
                        "tickmode": "linear",
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 3,
                        "tickcolor": "rgb(0, 0, 0)",
                        "tickwidth": 3,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                -0.9131512548828123,
                                14.059921254882813
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true,
                            "thickness": 0.09
                        },
                        "showticklabels": true,
                        "spikethickness": 18
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            100
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 20,
                                "color": "rgb(0, 0, 0)",
                                "family": "Arial"
                            },
                            "text": "Product Selectivity / %"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": false,
                        "ticklen": 10,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20,
                            "color": "rgb(0, 0, 0)"
                        },
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 3,
                        "tickwidth": 3,
                        "showticklabels": true
                    },
                    "bargap": 0.19999999999999996,
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0,
                            1
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 20,
                                "color": "rgb(0, 0, 0)",
                                "family": "Arial"
                            },
                            "text": "XCO2 / %"
                        },
                        "ticklen": 10,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20,
                            "color": "rgb(0, 0, 0)"
                        },
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 3,
                        "tickwidth": 3,
                        "fixedrange": false,
                        "overlaying": "y",
                        "showticklabels": true
                    },
                    "barmode": "stack",
                    "barnorm": "",
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "clickmode": "event",
                    "bargroupgap": 0,
                    "uniformtext": {
                        "mode": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~preikschas",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 10:33:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "preikschas",
                "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-05T10:27:00.665796Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/17.embed",
            "fid": "singhtinka970:17",
            "filename": "Plot 17",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/17/9_4AK35V0CL2OE0EOMTLM1TCFVW78CX6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/17/2_E18SA8HBL1SGI4QW2PYQIP3KRBGM92.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/17/8_2Z5PAX4XAUW8DTWINJSE6NS00BOEFX.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/17/9_4AK35V0CL2OE0EOMTLM1TCFVW78CX6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:17",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:17",
                "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/17/",
            "world_readable": true,
            "date_modified": "2025-09-05T10:27:00.677Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "#BDBD31"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Dwarka, x",
                                "y": "Dwarka, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Dwarka",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:c352a3",
                        "ysrc": "singhtinka970:16:fd4ec4",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#9E4634"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "IHBAS, x",
                                "y": "IHBAS, y"
                            }
                        },
                        "mode": "lines",
                        "name": "IHBAS",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:aca1e4",
                        "ysrc": "singhtinka970:16:5a7d23",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#7F7F7F"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "ITO, x",
                                "y": "ITO, y"
                            }
                        },
                        "mode": "lines",
                        "name": "ITO",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:ae7f84",
                        "ysrc": "singhtinka970:16:af24fe",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#8831BD"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Anand Vihar, x",
                                "y": "Anand Vihar, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Anand Vihar",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:108c26",
                        "ysrc": "singhtinka970:16:9d3d5f",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#51BD31"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "RK Puram, x",
                                "y": "RK Puram, y"
                            }
                        },
                        "mode": "lines",
                        "name": "RK Puram",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:c91678",
                        "ysrc": "singhtinka970:16:64ef99",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#317DBD"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Shadipur, x",
                                "y": "Shadipur, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Shadipur",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:105d35",
                        "ysrc": "singhtinka970:16:a1dec5",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#498015"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Sirifort, x",
                                "y": "Sirifort, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Sirifort",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:ba7065",
                        "ysrc": "singhtinka970:16:e03da9",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#10CECB"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Punjabi Bagh, x",
                                "y": "Punjabi Bagh, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Punjabi Bagh",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:714caa",
                        "ysrc": "singhtinka970:16:87c97c",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#A2AAD3"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DTU, x",
                                "y": "DTU, y"
                            }
                        },
                        "mode": "lines",
                        "name": "DTU",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:62c3f4",
                        "ysrc": "singhtinka970:16:0e9f2b",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#D20B4B"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Mandir Marg, x",
                                "y": "Mandir Marg, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Mandir Marg",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:96a5ab",
                        "ysrc": "singhtinka970:16:5d99c9",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#44508C"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Faridabad, x",
                                "y": "Faridabad, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Faridabad",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:94add5",
                        "ysrc": "singhtinka970:16:35b1bd",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#E2E821\t"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Gurgaon, x",
                                "y": "Gurgaon, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Gurgaon",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:8aa531",
                        "ysrc": "singhtinka970:16:8c5d23",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#BB3337"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Panchkula, x",
                                "y": "Panchkula, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Panchkula",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:728793",
                        "ysrc": "singhtinka970:16:8954b0",
                        "opacity": 0.8
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Biomass Burning, x",
                                "y": "Biomass Burning, y",
                                "text": "Biomass Burning, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Biomass Burning",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:ea7912",
                        "ysrc": "singhtinka970:16:f6130f",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Biomass Burning, size",
                                    "color": "Biomass Burning, color",
                                    "opacity": "Biomass Burning, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:7eb208",
                            "colorsrc": "singhtinka970:16:cee8bb",
                            "opacitysrc": "singhtinka970:16:fc93c2"
                        },
                        "textsrc": "singhtinka970:16:a4cade"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Vehicular Pollution, x",
                                "y": "Vehicular Pollution, y",
                                "text": "Vehicular Pollution, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Vehicular Pollution",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:4d8f4f",
                        "ysrc": "singhtinka970:16:7baac2",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Vehicular Pollution, size",
                                    "color": "Vehicular Pollution, color",
                                    "opacity": "Vehicular Pollution, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:d93258",
                            "colorsrc": "singhtinka970:16:08544e",
                            "opacitysrc": "singhtinka970:16:edfb1b"
                        },
                        "textsrc": "singhtinka970:16:ab2ddc"
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Indian Emission Regulations",
                        "text": [],
                        "type": "scatter",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Bharat Stage IV, x",
                                "y": "Bharat Stage IV, y",
                                "text": "Bharat Stage IV, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Bharat Stage IV",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:8e87cb",
                        "ysrc": "singhtinka970:16:8bf34b",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Bharat Stage IV, size",
                                    "color": "Bharat Stage IV, color",
                                    "opacity": "Bharat Stage IV, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:bdbf62",
                            "colorsrc": "singhtinka970:16:bbefa1",
                            "opacitysrc": "singhtinka970:16:58de3f"
                        },
                        "textsrc": "singhtinka970:16:12b3ec"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Fossil Fuels, x",
                                "y": "Fossil Fuels, y",
                                "text": "Fossil Fuels, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Fossil Fuels",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:d89250",
                        "ysrc": "singhtinka970:16:7c8eed",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Fossil Fuels, size",
                                    "color": "Fossil Fuels, color",
                                    "opacity": "Fossil Fuels, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:dae804",
                            "colorsrc": "singhtinka970:16:5b26f8",
                            "opacitysrc": "singhtinka970:16:5b35c6"
                        },
                        "textsrc": "singhtinka970:16:478b3a"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Mineral - Based Industry, x",
                                "y": "Mineral - Based Industry, y",
                                "text": "Mineral - Based Industry, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Mineral - Based Industry",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:b306d6",
                        "ysrc": "singhtinka970:16:c1629d",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Mineral - Based Industry, size; Food Crops, size",
                                    "color": "Mineral - Based Industry, color",
                                    "opacity": "Mineral - Based Industry, opacity; Food Crops, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:4018ad",
                            "colorsrc": "singhtinka970:16:15df88",
                            "opacitysrc": "singhtinka970:16:bbbefc"
                        },
                        "textsrc": "singhtinka970:16:f280b7"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Mining, x",
                                "y": "Mining, y",
                                "text": "Mining, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Mining",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:678da1",
                        "ysrc": "singhtinka970:16:976d48",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Mining, size",
                                    "color": "Mining, color",
                                    "opacity": "Mining, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:1ad60c",
                            "colorsrc": "singhtinka970:16:ceb616",
                            "opacitysrc": "singhtinka970:16:32aec8"
                        },
                        "textsrc": "singhtinka970:16:b05dfb"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Cars, x",
                                "y": "Cars, y",
                                "text": "Cars, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Cars",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:930938",
                        "ysrc": "singhtinka970:16:c175e3",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Cars, size",
                                    "color": "Cars, color",
                                    "opacity": "Cars, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:d029ed",
                            "colorsrc": "singhtinka970:16:b090e0",
                            "opacitysrc": "singhtinka970:16:960897"
                        },
                        "textsrc": "singhtinka970:16:4f6339"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Heavy Duty Vehicle, x",
                                "y": "Heavy Duty Vehicle, y",
                                "text": "Heavy Duty Vehicle, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Heavy Duty Vehicle",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:218f10",
                        "ysrc": "singhtinka970:16:27a491",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Heavy Duty Vehicle, size",
                                    "color": "Heavy Duty Vehicle, color",
                                    "opacity": "Heavy Duty Vehicle, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:d1e965",
                            "colorsrc": "singhtinka970:16:6f5a34",
                            "opacitysrc": "singhtinka970:16:8651bf"
                        },
                        "textsrc": "singhtinka970:16:77c3cb"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Black Carbon, x",
                                "y": "Black Carbon, y",
                                "text": "Black Carbon, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Black Carbon",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:a056e0",
                        "ysrc": "singhtinka970:16:b584cc",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Black Carbon, size",
                                    "color": "Black Carbon, color",
                                    "opacity": "Black Carbon, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:108e0f",
                            "colorsrc": "singhtinka970:16:8dca79",
                            "opacitysrc": "singhtinka970:16:a3cf6a"
                        },
                        "textsrc": "singhtinka970:16:267468"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Fuel Adulteration, x",
                                "y": "Fuel Adulteration, y",
                                "text": "Fuel Adulteration, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Fuel Adulteration",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:0782fc",
                        "ysrc": "singhtinka970:16:ce4bf2",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Fuel Adulteration, size",
                                    "color": "Fuel Adulteration, color",
                                    "opacity": "Fuel Adulteration, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:838526",
                            "colorsrc": "singhtinka970:16:f7824b",
                            "opacitysrc": "singhtinka970:16:441b3f"
                        },
                        "textsrc": "singhtinka970:16:f11bdb"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Fuel Quality, x",
                                "y": "Fuel Quality, y",
                                "text": "Fuel Quality, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Fuel Quality",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:b77611",
                        "ysrc": "singhtinka970:16:35520b",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Fuel Quality, size",
                                    "color": "Fuel Quality, color",
                                    "opacity": "Fuel Quality, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:248ac3",
                            "colorsrc": "singhtinka970:16:47cdb7",
                            "opacitysrc": "singhtinka970:16:d0d9c0"
                        },
                        "textsrc": "singhtinka970:16:7908f8"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Industrial Pollution, x",
                                "y": "Industrial Pollution, y",
                                "text": "Industrial Pollution, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Industrial Pollution",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:294053",
                        "ysrc": "singhtinka970:16:95df23",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Industrial Pollution, size",
                                    "color": "Industrial Pollution, color",
                                    "opacity": "Industrial Pollution, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:6cd541",
                            "colorsrc": "singhtinka970:16:877fe1",
                            "opacitysrc": "singhtinka970:16:303723"
                        },
                        "textsrc": "singhtinka970:16:e55a2c"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Light Duty Vehicle, x",
                                "y": "Light Duty Vehicle, y",
                                "text": "Light Duty Vehicle, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Light Duty Vehicle",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:d0cd7a",
                        "ysrc": "singhtinka970:16:742f0d",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Light Duty Vehicle, size",
                                    "color": "Light Duty Vehicle, color",
                                    "opacity": "Light Duty Vehicle, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:3825f1",
                            "colorsrc": "singhtinka970:16:3f2d14",
                            "opacitysrc": "singhtinka970:16:d7b75e"
                        },
                        "textsrc": "singhtinka970:16:daf8c0"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Crops, x",
                                "y": "Crops, y",
                                "text": "Crops, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Crops",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:089a83",
                        "ysrc": "singhtinka970:16:6a5245",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Crops, size",
                                    "color": "Crops, color",
                                    "opacity": "Crops, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:821c9b",
                            "colorsrc": "singhtinka970:16:b605d2",
                            "opacitysrc": "singhtinka970:16:877096"
                        },
                        "textsrc": "singhtinka970:16:116ae1"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Farmers, x",
                                "y": "Farmers, y",
                                "text": "Farmers, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Farmers",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:5359c7",
                        "ysrc": "singhtinka970:16:815c7b",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Farmers, size",
                                    "color": "Farmers, color",
                                    "opacity": "Farmers, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:2b8ccf",
                            "colorsrc": "singhtinka970:16:76d7bc",
                            "opacitysrc": "singhtinka970:16:38eba4"
                        },
                        "textsrc": "singhtinka970:16:e15511"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Diwali, x",
                                "y": "Diwali, y",
                                "text": "Diwali, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Diwali",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:7580ee",
                        "ysrc": "singhtinka970:16:bd9318",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Diwali, size",
                                    "color": "Diwali, color",
                                    "opacity": "Diwali, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:45e4b5",
                            "colorsrc": "singhtinka970:16:630599",
                            "opacitysrc": "singhtinka970:16:1316bb"
                        },
                        "textsrc": "singhtinka970:16:0560fc"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Delhi, x",
                                "y": "Delhi, y",
                                "text": "Delhi, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Delhi",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:e20ecb",
                        "ysrc": "singhtinka970:16:73d29e",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Delhi, size",
                                    "color": "Delhi, color",
                                    "opacity": "Delhi, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:ff185b",
                            "colorsrc": "singhtinka970:16:d699d7",
                            "opacitysrc": "singhtinka970:16:1f7c17"
                        },
                        "textsrc": "singhtinka970:16:31f761"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Festival, x",
                                "y": "Festival, y",
                                "text": "Festival, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Festival",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:dc2330",
                        "ysrc": "singhtinka970:16:328bad",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Festival, size",
                                    "color": "Festival, color",
                                    "opacity": "Festival, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:d5aab8",
                            "colorsrc": "singhtinka970:16:226435",
                            "opacitysrc": "singhtinka970:16:bf05c7"
                        },
                        "textsrc": "singhtinka970:16:8374d6"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Food Crops, x",
                                "y": "Food Crops, y",
                                "text": "Food Crops, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Food Crops",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:fd1a11",
                        "ysrc": "singhtinka970:16:7e1e68",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Mineral - Based Industry, size; Food Crops, size",
                                    "color": "Food Crops, color",
                                    "opacity": "Mineral - Based Industry, opacity; Food Crops, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:4018ad",
                            "colorsrc": "singhtinka970:16:fde97e",
                            "opacitysrc": "singhtinka970:16:bbbefc"
                        },
                        "textsrc": "singhtinka970:16:e57db6"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Waste Disposal, x",
                                "y": "Waste Disposal, y",
                                "text": "Waste Disposal, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Waste Disposal",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:a5e8f5",
                        "ysrc": "singhtinka970:16:50cc30",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Waste Disposal, size",
                                    "color": "Waste Disposal, color",
                                    "opacity": "Waste Disposal, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:e7cb38",
                            "colorsrc": "singhtinka970:16:24f57b",
                            "opacitysrc": "singhtinka970:16:09cf7e"
                        },
                        "textsrc": "singhtinka970:16:746224"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Haryana, x",
                                "y": "Haryana, y",
                                "text": "Haryana, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Haryana",
                        "type": "scatter",
                        "xsrc": "singhtinka970:16:448f84",
                        "ysrc": "singhtinka970:16:8d89aa",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Haryana, size",
                                    "color": "Haryana, color",
                                    "opacity": "Haryana, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:16:ebf8d5",
                            "colorsrc": "singhtinka970:16:beb7c5",
                            "opacitysrc": "singhtinka970:16:7f0db8"
                        },
                        "textsrc": "singhtinka970:16:06bb07"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Pollution stats with Causes"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2012-08-28 12:14:16.953",
                            "2017-08-14 22:37:29.6828"
                        ],
                        "title": {
                            "text": "Date"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -587.5231678154453,
                            2760.9401884934587
                        ],
                        "title": {
                            "text": "PM 2.5"
                        },
                        "autorange": true
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-05T10:25:55.072777Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/15.embed",
            "fid": "singhtinka970:15",
            "filename": "Plot 15",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/15/9_ZFSW7FSWS97QTELHGSSGQG28ZBXW8H.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/15/2_NWG8LODPM7AWWWHKA7BJJKQSZ69JD8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/15/8_H8Q2T8C6HF33E7LPQ4YZX84Q307C4V.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/15/9_ZFSW7FSWS97QTELHGSSGQG28ZBXW8H.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:15",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:15",
                "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/15/",
            "world_readable": true,
            "date_modified": "2025-09-05T10:25:55.085Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/15/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "geo": "geo",
                        "meta": {
                            "columnNames": {
                                "z": "z",
                                "text": "text",
                                "locations": "locations"
                            }
                        },
                        "type": "choropleth",
                        "zsrc": "singhtinka970:14:8b2c3f",
                        "marker": {
                            "line": {
                                "color": "rgba(190,190,190,1)",
                                "width": 0.5
                            }
                        },
                        "textsrc": "singhtinka970:14:523626",
                        "colorbar": {
                            "title": {
                                "text": "Mean Annual Exposure PM 2.5"
                            },
                            "ticklen": 2
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(247,251,255,1)"
                            ],
                            [
                                "0.023202752035945",
                                "rgba(242,248,254,1)"
                            ],
                            [
                                "0.0473181690536366",
                                "rgba(238,245,252,1)"
                            ],
                            [
                                "0.0679233361415333",
                                "rgba(233,242,251,1)"
                            ],
                            [
                                "0.077927548441449",
                                "rgba(231,241,250,1)"
                            ],
                            [
                                "0.0888093232238135",
                                "rgba(229,240,249,1)"
                            ],
                            [
                                "0.100252737994945",
                                "rgba(227,238,249,1)"
                            ],
                            [
                                "0.106992417860152",
                                "rgba(226,237,248,1)"
                            ],
                            [
                                "0.112047177759056",
                                "rgba(225,237,248,1)"
                            ],
                            [
                                "0.120741175692032",
                                "rgba(223,236,247,1)"
                            ],
                            [
                                "0.125526537489469",
                                "rgba(222,235,247,1)"
                            ],
                            [
                                "0.136443414771132",
                                "rgba(220,234,246,1)"
                            ],
                            [
                                "0.151820482960328",
                                "rgba(217,232,245,1)"
                            ],
                            [
                                "0.168527099129458",
                                "rgba(214,229,244,1)"
                            ],
                            [
                                "0.190676776186464",
                                "rgba(209,227,243,1)"
                            ],
                            [
                                "0.202506318449874",
                                "rgba(207,225,242,1)"
                            ],
                            [
                                "0.23751959161581",
                                "rgba(200,221,240,1)"
                            ],
                            [
                                "0.270977120348504",
                                "rgba(191,216,237,1)"
                            ],
                            [
                                "0.298695894939984",
                                "rgba(183,212,234,1)"
                            ],
                            [
                                "0.320115157574902",
                                "rgba(176,209,231,1)"
                            ],
                            [
                                "0.352080951971797",
                                "rgba(166,205,228,1)"
                            ],
                            [
                                "0.366881651946812",
                                "rgba(161,203,226,1)"
                            ],
                            [
                                "0.440708279155462",
                                "rgba(132,187,219,1)"
                            ],
                            [
                                "0.543509723694771",
                                "rgba(94,164,208,1)"
                            ],
                            [
                                "1",
                                "rgba(8,48,107,1)"
                            ]
                        ],
                        "locationssrc": "singhtinka970:14:54cb78"
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "showframe": false,
                        "projection": {
                            "type": "Mercator"
                        },
                        "showcoastlines": false
                    },
                    "scene": {
                        "zaxis": {
                            "title": {
                                "text": "Mean.Annual.Exposure.PM2.5.2013"
                            }
                        }
                    },
                    "title": {
                        "text": "Mean Annual Exposure PM 2.5.in 2013"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "mapType": "geo",
                    "autosize": true,
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-05T10:19:34.533503Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/13.embed",
            "fid": "singhtinka970:13",
            "filename": "Plot 13",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/13/9_115NFIEB63EP3Y49JA43YLFVIE1BEJ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/13/2_9VYZRPLDUJG1CZV6RXB9MPCU2R5J6Q.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/13/8_CJRJPZVFHUEV8HMZDASCERMUFKGKJ8.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/13/9_115NFIEB63EP3Y49JA43YLFVIE1BEJ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:13",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:13",
                "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/13/",
            "world_readable": true,
            "date_modified": "2025-09-05T10:19:34.547Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/13/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "#BDBD31"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Dwarka, x",
                                "y": "Dwarka, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Dwarka",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:eed7da",
                        "ysrc": "singhtinka970:12:a26c8f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#9E4634"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "IHBAS, x",
                                "y": "IHBAS, y"
                            }
                        },
                        "mode": "lines",
                        "name": "IHBAS",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:f97bff",
                        "ysrc": "singhtinka970:12:9dcd7a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#7F7F7F"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "ITO, x",
                                "y": "ITO, y"
                            }
                        },
                        "mode": "lines",
                        "name": "ITO",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:05cd09",
                        "ysrc": "singhtinka970:12:199734",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 0.8,
                        "visible": "legendonly"
                    },
                    {
                        "line": {
                            "color": "#51BD31"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "RK Puram, x; Shadipur, x",
                                "y": "RK Puram, y; Shadipur, y"
                            }
                        },
                        "mode": "lines",
                        "name": "RK Puram",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:f25d53",
                        "ysrc": "singhtinka970:12:0f0a87",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#317DBD"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "RK Puram, x; Shadipur, x",
                                "y": "RK Puram, y; Shadipur, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Shadipur",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:f25d53",
                        "ysrc": "singhtinka970:12:0f0a87",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#498015"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Sirifort, x",
                                "y": "Sirifort, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Sirifort",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:c90e1f",
                        "ysrc": "singhtinka970:12:d642ba",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#D20B4B"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Mandir Marg, x",
                                "y": "Mandir Marg, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Mandir Marg",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:7c28fc",
                        "ysrc": "singhtinka970:12:70e16e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#10CECB"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Punjabi Bagh, x",
                                "y": "Punjabi Bagh, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Punjabi Bagh",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:b379ec",
                        "ysrc": "singhtinka970:12:32fcf7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 0.8
                    },
                    {
                        "line": {
                            "color": "#A2AAD3"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "DTU, x",
                                "y": "DTU, y"
                            }
                        },
                        "mode": "lines",
                        "name": "DTU",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:9865f1",
                        "ysrc": "singhtinka970:12:1c8ad5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "opacity": 0.8
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Health Effects, x",
                                "y": "Health Effects, y",
                                "text": "Health Effects, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Health Effects",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:6a698a",
                        "ysrc": "singhtinka970:12:8106e1",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Health Effects, size",
                                    "color": "Health Effects, color",
                                    "opacity": "Health Effects, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:12:bb0035",
                            "colorsrc": "singhtinka970:12:c0ce92",
                            "opacitysrc": "singhtinka970:12:3cf188"
                        },
                        "textsrc": "singhtinka970:12:fae905",
                        "visible": "legendonly"
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Waterborne diseases",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Diarrhoea",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Cholera",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Typhoid",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Hepatitis",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Schistosomiasis",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Polio",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Guineaworm",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Waterborne Worms",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Infant mortality",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Epidemiological Studies",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Exposure Studies",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Lung Disease, x",
                                "y": "Lung Disease, y",
                                "text": "Lung Disease, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Lung Disease",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:760ad2",
                        "ysrc": "singhtinka970:12:bb0596",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Lung Disease, size",
                                    "color": "Lung Disease, color",
                                    "opacity": "Lung Disease, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:12:381894",
                            "colorsrc": "singhtinka970:12:387822",
                            "opacitysrc": "singhtinka970:12:7b47ff"
                        },
                        "textsrc": "singhtinka970:12:48cafc",
                        "visible": "legendonly"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Asthma, x",
                                "y": "Asthma, y",
                                "text": "Asthma, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Asthma",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:9b4858",
                        "ysrc": "singhtinka970:12:cf7971",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Asthma, size",
                                    "color": "Asthma, color",
                                    "opacity": "Asthma, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:12:81255d",
                            "colorsrc": "singhtinka970:12:0617a1",
                            "opacitysrc": "singhtinka970:12:3a0126"
                        },
                        "textsrc": "singhtinka970:12:f4ddf6",
                        "visible": "legendonly"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Cancer, x",
                                "y": "Cancer, y",
                                "text": "Cancer, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Cancer",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:3e77da",
                        "ysrc": "singhtinka970:12:4d1ddd",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Cancer, size",
                                    "color": "Cancer, color",
                                    "opacity": "Cancer, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:12:f72155",
                            "colorsrc": "singhtinka970:12:a6c873",
                            "opacitysrc": "singhtinka970:12:d261cf"
                        },
                        "textsrc": "singhtinka970:12:7a005e",
                        "visible": "legendonly"
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Stomach Cancer",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Tobacco Related Cancer",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Lung Cancer, x",
                                "y": "Lung Cancer, y",
                                "text": "Lung Cancer, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Lung Cancer",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:d01978",
                        "ysrc": "singhtinka970:12:096566",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Lung Cancer, size",
                                    "color": "Lung Cancer, color",
                                    "opacity": "Lung Cancer, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:12:6d73ba",
                            "colorsrc": "singhtinka970:12:4b1d7e",
                            "opacitysrc": "singhtinka970:12:15f57b"
                        },
                        "textsrc": "singhtinka970:12:ba20a7",
                        "visible": "legendonly"
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Prostrate Cancer",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Breast",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Cervix / Uterine Cancer",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Lymphomas",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Leukaemia",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Brain Cancer",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Gall Bladder Cancer",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "PM Mortality",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Respiratory Diseases, x",
                                "y": "Respiratory Diseases, y",
                                "text": "Respiratory Diseases, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Respiratory Diseases",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:fbc09c",
                        "ysrc": "singhtinka970:12:8a3c57",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Respiratory Diseases, size",
                                    "color": "Respiratory Diseases, color",
                                    "opacity": "Respiratory Diseases, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:12:eb64b3",
                            "colorsrc": "singhtinka970:12:1c949d",
                            "opacitysrc": "singhtinka970:12:033407"
                        },
                        "textsrc": "singhtinka970:12:110cd1",
                        "visible": "legendonly"
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Bronchitis",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Pneumonia",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Influenza",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Swine Flu, x",
                                "y": "Swine Flu, y",
                                "text": "Swine Flu, text"
                            }
                        },
                        "mode": "markers",
                        "name": "Swine Flu",
                        "type": "scatter",
                        "xsrc": "singhtinka970:12:55e293",
                        "ysrc": "singhtinka970:12:47bb6b",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Swine Flu, size",
                                    "color": "Swine Flu, color",
                                    "opacity": "Swine Flu, opacity"
                                }
                            },
                            "sizesrc": "singhtinka970:12:255885",
                            "colorsrc": "singhtinka970:12:0c0f76",
                            "opacitysrc": "singhtinka970:12:97d5cc"
                        },
                        "textsrc": "singhtinka970:12:dad88b",
                        "visible": "legendonly"
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Avian Flu",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    },
                    {
                        "x": [],
                        "y": [],
                        "mode": "markers",
                        "name": "Common Cold",
                        "text": [],
                        "type": "scatter",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "size": [],
                            "color": [],
                            "opacity": []
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "News - PM 2.5 Subplots"
                    },
                    "width": 1000,
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2013-01-20",
                            "2017-04-21"
                        ],
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -44.72722222222223,
                            1048.6172222222224
                        ],
                        "anchor": "x",
                        "domain": [
                            0.575,
                            1
                        ],
                        "autorange": true
                    },
                    "height": 1000,
                    "xaxis2": {
                        "type": "date",
                        "range": [
                            946684800000,
                            978307200000
                        ],
                        "anchor": "y2",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            9,
                            11
                        ],
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.425
                        ],
                        "autorange": true
                    }
                }
            },
            "height": 1000,
            "width": 1000,
            "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-05T10:06:59.824058Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/11.embed",
            "fid": "singhtinka970:11",
            "filename": "PM 2.5 Plot India copy",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/11/9_SMYMYME3GYTXNMTE9SQC79BFIBUFCW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/11/2_E7JCE2USOF50OAC6YPRWQJ10W5O8JK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/11/8_GLEQ5BJ61QH9MUUNAD9J17Q5X7EOGV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/11/9_SMYMYME3GYTXNMTE9SQC79BFIBUFCW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:11",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:11",
                "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/11/",
            "world_readable": true,
            "date_modified": "2025-09-05T10:14:22.702Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "lat",
                                "lon": "lon",
                                "text": "text"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergeo",
                        "latsrc": "singhtinka970:10:937290",
                        "lonsrc": "singhtinka970:10:d26bfa",
                        "marker": {
                            "cmax": 285,
                            "cmin": 0,
                            "meta": {
                                "columnNames": {
                                    "color": "color"
                                }
                            },
                            "size": 20,
                            "symbol": "circle",
                            "opacity": 0.8,
                            "colorbar": {
                                "size": 20,
                                "title": {
                                    "font": {
                                        "color": "rgb(10, 1, 1)",
                                        "family": "Overpass"
                                    },
                                    "text": "<b>PM</b><sub><b>2.5</b></sub><b> as pollutant</b>"
                                },
                                "tickfont": {
                                    "size": 13,
                                    "color": "rgb(8, 1, 1)",
                                    "family": "Overpass"
                                }
                            },
                            "colorsrc": "singhtinka970:10:94895a",
                            "colorscale": [
                                [
                                    0,
                                    "#ffffff"
                                ],
                                [
                                    0.125,
                                    "#f0f0f0"
                                ],
                                [
                                    0.25,
                                    "#d9d9d9"
                                ],
                                [
                                    0.375,
                                    "#bdbdbd"
                                ],
                                [
                                    0.5,
                                    "#969696"
                                ],
                                [
                                    0.625,
                                    "#737373"
                                ],
                                [
                                    0.75,
                                    "#525252"
                                ],
                                [
                                    0.875,
                                    "#252525"
                                ],
                                [
                                    1,
                                    "#000000"
                                ]
                            ],
                            "reversescale": false,
                            "autocolorscale": true
                        },
                        "textsrc": "singhtinka970:10:ac5ea1",
                        "locationmode": "India",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "scope": "asia",
                        "center": {
                            "lat": 23.61097367916291,
                            "lon": 80.3555029509925
                        },
                        "margin": {
                            "b": 55,
                            "l": 55,
                            "p": 0,
                            "r": 55,
                            "t": 55,
                            "autoexpand": true
                        },
                        "showland": true,
                        "landcolor": "rgb(250, 250, 250)",
                        "projection": {
                            "type": "delhi india",
                            "scale": 1
                        },
                        "countrycolor": "rgb(217, 217, 217)",
                        "countrywidth": 0.8,
                        "subunitcolor": "rgb(217, 217, 217)",
                        "subunitwidth": 0.8
                    },
                    "title": {
                        "font": {
                            "size": 18,
                            "color": "rgb(3, 0, 0)",
                            "family": "Overpass"
                        },
                        "text": "<b>PM 2.5 concentrations in India (2024)</b>"
                    },
                    "legend": {
                        "x": 0.8781967213114755,
                        "y": 1.105263157894737,
                        "font": {
                            "family": "Overpass"
                        }
                    },
                    "autosize": true,
                    "colorbar": true,
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-05T09:50:42.028854Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nandan123/93.embed",
            "fid": "nandan123:93",
            "filename": "Plot 93",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nandan123/93/9_7UDHQZ5ZJT6EAEWV38SKWYO479AYDE.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nandan123/93/2_G1G1SQC9ZG20QEPMA56QC837A0U64X.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nandan123/93/8_8G1NYSI865UY3SZ4K6JQ5RMQGJXZV3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nandan123/93/9_7UDHQZ5ZJT6EAEWV38SKWYO479AYDE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nandan123:93",
                "plots": "https://api.plotly.com/v2/plots/nandan123:93",
                "parent": "https://api.plotly.com/v2/folders/home?user=nandan123"
            },
            "owner": "nandan123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nandan123/93/",
            "world_readable": true,
            "date_modified": "2025-09-05T09:50:42.042Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nandan123/93/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "400 nJ",
                        "type": "scatter",
                        "xsrc": "nandan123:86:a534bb",
                        "ysrc": "nandan123:86:e80e2a",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "500 nJ",
                        "type": "scatter",
                        "xsrc": "nandan123:90:398ac4",
                        "ysrc": "nandan123:90:410e72",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "600 nJ",
                        "type": "scatter",
                        "xsrc": "nandan123:87:eabbe0",
                        "ysrc": "nandan123:87:186e20",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "longdash",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "700 nJ",
                        "type": "scatter",
                        "xsrc": "nandan123:89:99d175",
                        "ysrc": "nandan123:89:f11b08",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "800 nJ",
                        "type": "scatter",
                        "xsrc": "nandan123:91:077e22",
                        "ysrc": "nandan123:91:ccdb0b",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "900 nJ",
                        "type": "scatter",
                        "xsrc": "nandan123:92:94554d",
                        "ysrc": "nandan123:92:531a4b",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Pulse Width = 1000 fs"
                    },
                    "xaxis": {
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            -0.41684806269046604,
                            25.416848062690466
                        ],
                        "title": {
                            "text": "Time (hr)"
                        },
                        "tickmode": "linear",
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            5.9241506797433345,
                            1238.9298723102568
                        ],
                        "title": {
                            "text": "Selectivity"
                        },
                        "tickmode": "auto",
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nandan123",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-14 23:12:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nandan123",
                "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-05T09:46:20.668700Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~singhtinka970/9.embed",
            "fid": "singhtinka970:9",
            "filename": "PM 10 Plot India",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/9/9_EZEX9XD7EUI1QIF8NELVOVOM61KPUS.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/singhtinka970:9/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/9/8_VAS231Z5H748VJHJ99LGZA407IHI7H.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/9/9_EZEX9XD7EUI1QIF8NELVOVOM61KPUS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/singhtinka970:9",
                "plots": "https://api.plotly.com/v2/plots/singhtinka970:9",
                "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/9/",
            "world_readable": true,
            "date_modified": "2025-09-08T10:50:56.678Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "lat",
                                "lon": "lon",
                                "text": "text"
                            }
                        },
                        "mode": "markers",
                        "type": "scattergeo",
                        "latsrc": "singhtinka970:8:937290",
                        "lonsrc": "singhtinka970:8:d26bfa",
                        "marker": {
                            "cmax": 285,
                            "cmin": 0,
                            "meta": {
                                "columnNames": {
                                    "color": "color"
                                }
                            },
                            "size": 20,
                            "symbol": "circle",
                            "opacity": 0.8,
                            "colorbar": {
                                "size": 20,
                                "title": {
                                    "font": {
                                        "color": "rgb(10, 1, 1)",
                                        "family": "Overpass"
                                    },
                                    "text": "<b>PM10 as pollutant</b>"
                                },
                                "tickfont": {
                                    "size": 13,
                                    "color": "rgb(8, 1, 1)",
                                    "family": "Overpass"
                                }
                            },
                            "colorsrc": "singhtinka970:8:94895a",
                            "reversescale": false,
                            "autocolorscale": true
                        },
                        "textsrc": "singhtinka970:8:ac5ea1",
                        "locationmode": "India"
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "scope": "asia",
                        "center": {
                            "lat": 23.61097367916291,
                            "lon": 80.3555029509925
                        },
                        "margin": {
                            "b": 55,
                            "l": 55,
                            "p": 0,
                            "r": 55,
                            "t": 55,
                            "autoexpand": true
                        },
                        "showland": true,
                        "landcolor": "rgb(250, 250, 250)",
                        "projection": {
                            "type": "delhi india"
                        },
                        "countrycolor": "rgb(217, 217, 217)",
                        "countrywidth": 0.8,
                        "subunitcolor": "rgb(217, 217, 217)",
                        "subunitwidth": 0.8
                    },
                    "title": {
                        "font": {
                            "size": 18,
                            "color": "rgb(3, 0, 0)",
                            "family": "Overpass"
                        },
                        "text": "<b>PM</b><sub><b>10</b></sub><b> concentrations in India (2024)</b>"
                    },
                    "legend": {
                        "x": 0.8781967213114755,
                        "y": 1.105263157894737,
                        "font": {
                            "family": "Overpass"
                        }
                    },
                    "autosize": true,
                    "colorbar": true,
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~singhtinka970",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-05 08:50:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "singhtinka970",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}