Plots List
Plots
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=cD0yMDI1LTA5LTA4KzEwJTNBMjclM0E1My4xMTg1NTQlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTA4KzA3JTNBMzQlM0ExMy4yMDAzNzclMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0wOCswOSUzQTU3JTNBMDMuMTQ2NzY4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-08T09:57:03.146768Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jamesamead5/1.embed", "fid": "jamesamead5:1", "filename": "arsenal_2425_tackles_total", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jamesamead5/1/9_25ZZYEEV6PBIMYJE54FFW5K2MUINPI.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jamesamead5/1/2_H73K57OGIJNB8934RHGGP3JTF164M2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jamesamead5/1/8_FQSURGLNYFQ6I0VW57NT4MZVWOOI9W.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jamesamead5/1/9_25ZZYEEV6PBIMYJE54FFW5K2MUINPI.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jamesamead5:1", "plots": "https://api.plotly.com/v2/plots/jamesamead5:1", "parent": "https://api.plotly.com/v2/folders/home?user=jamesamead5" }, "owner": "jamesamead5", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~jamesamead5/1/", "world_readable": true, "date_modified": "2025-09-12T21:44:35.221Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jamesamead5/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "", "type": "pie", "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] }, "labelssrc": "jamesamead5:5:2ee9d4", "valuessrc": "jamesamead5:5:5e8777", "showlegend": true, "legendgroup": "", "hovertemplate": "label=%{label}<br>Tackles=%{value}<extra></extra>" } ], "layout": { "title": { "text": "Arsenal 24/25 % Tackles in Each Pitch 3rd" }, "legend": { "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "piecolorway": [ "rgb(175, 50, 50)", "rgb(100, 25, 25)", "rgb(225, 100, 100)" ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jamesamead5", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-08 09:01:34", "mapbox_access_tokens": null, "has_password": null, "username": "jamesamead5", "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-08T09:50:33.650314Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bkeshav1/499.embed", "fid": "bkeshav1:499", "filename": "AMADEUS_Simulations_Reward_vs_Number_of_Stations", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/bkeshav1/499/9_PMKHYO7XYWV2244I77NSB0D791OUCQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/bkeshav1/499/2_HEF2J66JA15GALCI0BA36VUJPZ3Y93.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bkeshav1/499/8_1OULE219A48X7UVX3F0VNFHGT60G9G.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bkeshav1/499/9_PMKHYO7XYWV2244I77NSB0D791OUCQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bkeshav1:499", "plots": "https://api.plotly.com/v2/plots/bkeshav1:499", "parent": "https://api.plotly.com/v2/folders/home?user=bkeshav1" }, "owner": "bkeshav1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~bkeshav1/499/", "world_readable": true, "date_modified": "2025-09-08T09:52:24.345Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bkeshav1/499/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "dash": "dash", "width": 8 }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers+lines", "name": "Stationary Deployment of U-ABSes", "type": "scatter", "xsrc": "bkeshav1:498:af36d1", "ysrc": "bkeshav1:498:b3142f", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 24, "color": "rgb(0, 0, 0)", "symbol": "star" }, "stackgroup": null, "connectgaps": true }, { "line": { "dash": "solid", "shape": "linear", "width": 8, "smoothing": 1.3 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers+lines", "name": "<b>Hierarchical Reinforcement Learning Framework</b>", "type": "scatter", "xsrc": "bkeshav1:498:af36d1", "ysrc": "bkeshav1:498:84ea8f", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 24, "color": "rgb(0, 0, 255)" }, "connectgaps": true }, { "line": { "dash": "dashdot", "width": 8 }, "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "markers+lines", "name": "Adapted Iterative Brute Force (IBF) [Hanna et al., 2021]", "type": "scatter", "xsrc": "bkeshav1:498:af36d1", "ysrc": "bkeshav1:498:8cb8a5", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 24, "color": "rgb(0, 255, 0)", "symbol": "hexagram" }, "stackgroup": null, "connectgaps": true }, { "line": { "dash": "dashdot", "width": 8 }, "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "markers+lines", "name": "Adapted Iterative Gradient Descent (IGD) [Hanna et al., 2021]", "type": "scatter", "xsrc": "bkeshav1:498:af36d1", "ysrc": "bkeshav1:498:0a5fad", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 24, "color": "rgb(255, 0, 0)", "symbol": "hexagram" }, "stackgroup": null, "connectgaps": true }, { "line": { "dash": "dot", "width": 8 }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "markers+lines", "name": "Adapted Distance Voronoi Decomposition [M. E. Morocho-Cayamcela, et al., 2022]", "type": "scatter", "xsrc": "bkeshav1:498:af36d1", "ysrc": "bkeshav1:498:590a93", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 24, "color": "rgb(150, 75, 0)", "symbol": "star-diamond" }, "stackgroup": null, "connectgaps": true }, { "line": { "dash": "dot", "width": 8 }, "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "markers+lines", "name": "Adapted Rx Power Voronoi Decomposition [M. E. Morocho-Cayamcela, et al., 2022]", "type": "scatter", "xsrc": "bkeshav1:498:af36d1", "ysrc": "bkeshav1:498:8bb1e8", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 24, "color": "rgb(255, 19, 240)", "symbol": "star-diamond" }, "stackgroup": null, "connectgaps": true } ], "frames": [], "layout": { "font": { "size": 30, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "title": { "font": { "size": 1 }, "text": "<br>" }, "width": 2268, "xaxis": { "type": "category", "range": [ 0, 3 ], "ticks": "inside", "title": { "font": { "size": 85 }, "text": "<b>Number of U-ABSes in the Fleet</b>" }, "mirror": "ticks", "ticklen": 12, "showline": true, "tickfont": { "size": 75 }, "zeroline": false, "autorange": false, "gridcolor": "rgb(211, 211, 211)", "gridwidth": 3, "linecolor": "rgb(0, 0, 0)", "linewidth": 6, "tickcolor": "rgb(0, 0, 0)", "tickwidth": 6, "exponentformat": "power", "separatethousands": true }, "yaxis": { "type": "linear", "range": [ 183.90929181728558, 957.0407081827144 ], "ticks": "inside", "title": { "font": { "size": 85 }, "text": "<b>Cumulative Reward across the U-ABS Fleet</b>" }, "mirror": "ticks", "ticklen": 12, "showline": true, "tickfont": { "size": 75 }, "zeroline": false, "autorange": true, "gridcolor": "rgb(211, 211, 211)", "gridwidth": 3, "linecolor": "rgb(0, 0, 0)", "linewidth": 6, "tickcolor": "rgb(0, 0, 0)", "tickwidth": 6, "exponentformat": "power", "separatethousands": true }, "height": 2268, "legend": { "x": 0.011785313903202874, "y": 0.9876221518867866, "font": { "size": 32 }, "title": { "font": { "size": 32, "color": "rgb(69, 69, 69)" }, "text": "<b> 5 km x 5 km x 250 m tessellated grid<br> 4 U-ABSes | 24 GNs | 1 GN request every 180 s<br>\nBW = 20 MHz | GN Tx power = 23 dBm | U-ABS weight = 85 N<br>\nMax U-ABS velocity = 55 m/s | Max U-ABS acceleration = 5 m/s</b><sup><b>2</b></sup><b><br>\nPPO with 4-layer MLPs (256 cells per layer, </b><i><b>tanh</b></i><b>) for both policy and value networks <br>\n</b>" }, "bordercolor": "rgb(0, 0, 0)", "borderwidth": 5 }, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "autosize": false, "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" }, "showlegend": true } }, "height": 2268, "width": 2268, "user": { "profile_url": "https://chart-studio.plotly.com/~bkeshav1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-11-16 22:36:37", "mapbox_access_tokens": null, "has_password": null, "username": "bkeshav1", "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-08T09:35:42.749546Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MERYKH/2.embed", "fid": "MERYKH:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MERYKH/2/9_LJL7NOQ1R5BBC08X8DSGPM7WOCC44R.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MERYKH/2/2_ZA8NPLXPKYKLHXBCJR00R5W8W4VRJI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MERYKH/2/8_45QWWQ9I2HFSZHAP8ZAVGJMBPO9L1H.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MERYKH/2/9_LJL7NOQ1R5BBC08X8DSGPM7WOCC44R.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MERYKH:2", "plots": "https://api.plotly.com/v2/plots/MERYKH:2", "parent": "https://api.plotly.com/v2/folders/home?user=MERYKH" }, "owner": "MERYKH", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~MERYKH/2/", "world_readable": true, "date_modified": "2025-09-08T09:36:00.769Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MERYKH/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "24H", "type": "scatter", "xsrc": "MERYKH:1:c7b325", "ysrc": "MERYKH:1:2f6134", "xaxis": "x", "yaxis": "y", "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "48H", "type": "scatter", "xsrc": "MERYKH:1:c7b325", "ysrc": "MERYKH:1:0b2eef", "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": " 72H", "type": "scatter", "xsrc": "MERYKH:1:c7b325", "ysrc": "MERYKH:1:ee6824", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 12, "color": "#444", "family": "'Open sans', verdana, arial, sans-serif" }, "smith": false, "title": { "font": { "size": 0, "color": "", "family": "" }, "text": "<br>Percentage of Internet Users in Each Age Group that Use Social Networks" }, "width": 800, "xaxis": { "type": "category", "dtick": "M24", "range": [ 0, 9 ], "tick0": 946713600000, "ticks": "", "title": { "font": { "size": 0, "color": "", "family": "" }, "text": "" }, "anchor": "y", "domain": [ 0, 1 ], "mirror": false, "nticks": 0, "ticklen": 5, "position": 0, "showgrid": true, "showline": false, "tickfont": { "size": 0, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": true, "gridcolor": "rgb(255, 255, 255)", "gridwidth": 1, "linecolor": "#444", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "#444", "tickwidth": 1, "overlaying": false, "showexponent": "all", "zerolinecolor": "#444", "zerolinewidth": 1, "exponentformat": "B", "showticklabels": true }, "yaxis": { "type": "linear", "dtick": 20, "range": [ 36.62444444444444, 103.33555555555556 ], "tick0": 0, "ticks": "", "title": { "font": { "size": 0, "color": "", "family": "" }, "text": "" }, "anchor": "x", "domain": [ 0, 1 ], "mirror": false, "nticks": 0, "ticklen": 5, "position": 0, "showgrid": true, "showline": false, "tickfont": { "size": 0, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": true, "gridcolor": "rgb(255, 255, 255)", "gridwidth": 1, "linecolor": "#444", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "#444", "tickwidth": 1, "overlaying": false, "showexponent": "all", "zerolinecolor": "#444", "zerolinewidth": 1, "exponentformat": "B", "showticklabels": true }, "bargap": 0.2, "boxgap": 0.3, "height": 500, "legend": { "x": 0.021875, "y": 1, "font": { "size": 0, "color": "", "family": "" }, "bgcolor": "rgba(255, 255, 255, 0)", "xanchor": "auto", "yanchor": "auto", "traceorder": "normal", "bordercolor": "rgba(68, 68, 68, 0)", "borderwidth": 0 }, "margin": { "b": 80, "l": 80, "r": 80, "t": 100, "pad": 2, "autoexpand": true }, "barmode": "stack", "boxmode": "overlay", "autosize": false, "dragmode": "zoom", "hovermode": "x", "separators": ".,", "showlegend": true, "annotations": [ { "x": -0.0734375, "y": -0.16982421875, "ax": -10, "ay": -28.187498092651367, "tag": "", "font": { "size": 12, "color": "", "family": "" }, "text": "Data: <a href=\"http://www.pewresearch.org/data-trend/media-and-technology/social-networking-use/\">Pew Research Center</a>", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "xanchor": "auto", "yanchor": "auto", "arrowhead": 1, "arrowsize": 1, "borderpad": 1, "showarrow": false, "textangle": 0, "arrowcolor": "", "arrowwidth": 0, "bordercolor": "", "borderwidth": 1 } ], "bargroupgap": 0, "boxgroupgap": 0.3, "hidesources": false, "plot_bgcolor": "rgba(245, 247, 247, 0.8)", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": 500, "width": 800, "user": { "profile_url": "https://chart-studio.plotly.com/~MERYKH", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.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-08 09:33:33", "mapbox_access_tokens": null, "has_password": null, "username": "MERYKH", "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-08T09:29:23.395516Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~m.elmes/1.embed", "fid": "m.elmes:1", "filename": "Test", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/m.elmes/1/9_QISWZSTGIE00ADW52O7KNR59WJ6S6C.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/m.elmes/1/2_3382MQFQ4BMGTFGSTA5VT3ODG00O9R.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/m.elmes/1/8_444HTUXYNBJFJZHQOLPRQTX1OD9EX3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/m.elmes/1/9_QISWZSTGIE00ADW52O7KNR59WJ6S6C.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/m.elmes:1", "plots": "https://api.plotly.com/v2/plots/m.elmes:1", "parent": "https://api.plotly.com/v2/folders/home?user=m.elmes" }, "owner": "m.elmes", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~m.elmes/1/", "world_readable": true, "date_modified": "2025-09-08T09:29:23.408Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~m.elmes/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "C - D", "z": "C", "node": { "label": "A", "groups": "A" }, "text": "B", "measure": "C", "locations": "A" } }, "mode": "markers", "name": "<br>", "node": { "meta": { "columnNames": { "label": "A", "groups": "A" } }, "labelsrc": "m.elmes:0:7bbe25", "groupssrc": "m.elmes:0:7bbe25" }, "type": "choropleth", "xsrc": "m.elmes:0:7bbe25", "ysrc": "m.elmes:0:4fcb0b,1930ca*", "zsrc": "m.elmes:0:4fcb0b", "zauto": true, "marker": { "line": { "color": "rgb(163, 142, 124)", "width": 1 }, "opacity": 1 }, "textsrc": "m.elmes:0:984a77", "contours": { "end": 0.9, "size": 0.1, "start": 0.1 }, "hoverinfo": "location+z", "showscale": false, "colorscale": [ [ 0, "#fff7f3" ], [ 0.125, "#fde0dd" ], [ 0.25, "#fcc5c0" ], [ 0.375, "#fa9fb5" ], [ 0.5, "#f768a1" ], [ 0.625, "#dd3497" ], [ 0.75, "#ae017e" ], [ 0.875, "#7a0177" ], [ 1, "#49006a" ] ], "hoverlabel": { "align": "auto" }, "measuresrc": "m.elmes:0:4fcb0b", "autocontour": true, "orientation": "h", "locationmode": "country names", "locationssrc": "m.elmes:0:7bbe25", "reversescale": false, "hovertemplate": "", "autocolorscale": false } ], "frames": [], "layout": { "geo": { "scope": "world", "center": { "lat": 18.097837648692188, "lon": 23.41678554748133 }, "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "lonaxis": { "showgrid": false }, "visible": false, "showland": false, "fitbounds": false, "showframe": false, "showlakes": false, "showocean": false, "projection": { "type": "equirectangular", "scale": 3.4822022531844996, "rotation": { "lon": 23.41678554748133, "roll": 0 } }, "resolution": 50, "showrivers": false, "showcountries": false, "showcoastlines": false }, "font": { "size": 11, "family": "Open Sans" }, "title": { "x": 0.5, "font": { "color": "rgb(162, 144, 134)" }, "text": "Real GDP Per Capita for MENA & N. AFRICA" }, "xaxis": { "type": "category", "range": [ -1, 20 ], "autorange": true }, "yaxis": { "type": "multicategory", "range": [ -1, 20 ], "autorange": true }, "mapbox": { "zoom": 3.1022124371066657, "pitch": 0, "center": { "lat": 21.864815705866576, "lon": 19.86594359412561 }, "bearing": 0 }, "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "clickmode": "event+select", "colorscale": { "diverging": [ [ 0, "#9e0142" ], [ 0.1, "#d53e4f" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee08b" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e6f598" ], [ 0.7, "#abdda4" ], [ 0.8, "#66c2a5" ], [ 0.9, "#3288bd" ], [ 1, "#5e4fa2" ] ], "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "separators": ".,", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~m.elmes", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-08 09:28:25", "mapbox_access_tokens": null, "has_password": null, "username": "m.elmes", "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-08T09:22:19.172714Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bkeshav1/497.embed", "fid": "bkeshav1:497", "filename": "AMADEUS_Simulations_Reward_vs_Power", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/bkeshav1/497/9_JV6KZEULFR6J8507YVDAXFY9JW3XDR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/bkeshav1/497/2_FCKYYX7XKG8ZOHSBMNOFSVNDRQJM6Y.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bkeshav1/497/8_PZSHZFOQ35HG3GFWAQSA9GPNF0NKTN.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bkeshav1/497/9_JV6KZEULFR6J8507YVDAXFY9JW3XDR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bkeshav1:497", "plots": "https://api.plotly.com/v2/plots/bkeshav1:497", "parent": "https://api.plotly.com/v2/folders/home?user=bkeshav1" }, "owner": "bkeshav1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~bkeshav1/497/", "world_readable": true, "date_modified": "2025-09-08T09:52:53.665Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bkeshav1/497/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "dash": "dash", "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers", "name": "Stationary Deployment of U-ABSes", "type": "scatter", "xsrc": "bkeshav1:496:643d97", "ysrc": "bkeshav1:496:5adb61", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 30, "color": "rgb(0, 0, 0)", "symbol": "star" }, "stackgroup": null, "connectgaps": true }, { "line": { "dash": "solid", "shape": "linear", "width": 8, "smoothing": 1.3 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers+lines", "name": "<b>Hierarchical Reinforcement Learning Framework</b>", "type": "scatter", "xsrc": "bkeshav1:496:643d97", "ysrc": "bkeshav1:496:988b9e", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 24, "color": "rgb(0, 0, 255)" }, "connectgaps": true }, { "line": { "dash": "dashdot", "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "markers", "name": "Adapted Iterative Brute Force (IBF) [Hanna et al., 2021]", "type": "scatter", "xsrc": "bkeshav1:496:643d97", "ysrc": "bkeshav1:496:267f14", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 30, "color": "rgb(0, 255, 0)", "symbol": "hexagram" }, "stackgroup": null, "connectgaps": true }, { "line": { "dash": "dashdot", "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "markers", "name": "Adapted Iterative Gradient Descent (IGD) [Hanna et al., 2021]", "type": "scatter", "xsrc": "bkeshav1:496:643d97", "ysrc": "bkeshav1:496:c663cc", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 30, "color": "rgb(255, 0, 0)", "symbol": "hexagram" }, "stackgroup": null, "connectgaps": true }, { "line": { "dash": "dot", "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "markers", "name": "Adapted Distance Voronoi Decomposition [M. E. Morocho-Cayamcela, et al., 2022]", "type": "scatter", "xsrc": "bkeshav1:496:643d97", "ysrc": "bkeshav1:496:76ba8d", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 30, "color": "rgb(150, 75, 0)", "symbol": "star-diamond" }, "stackgroup": null, "connectgaps": true }, { "line": { "dash": "dot", "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "markers", "name": "Adapted Rx Power Voronoi Decomposition [M. E. Morocho-Cayamcela, et al., 2022]", "type": "scatter", "xsrc": "bkeshav1:496:643d97", "ysrc": "bkeshav1:496:2f944b", "marker": { "line": { "color": "rgb(0, 0, 0)" }, "size": 30, "color": "rgb(255, 19, 240)", "symbol": "star-diamond" }, "stackgroup": null, "connectgaps": true } ], "frames": [], "layout": { "font": { "size": 30, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "title": { "font": { "size": 1 }, "text": "<br>" }, "width": 2268, "xaxis": { "type": "linear", "range": [ 2000, 5000 ], "ticks": "inside", "title": { "font": { "size": 85 }, "text": "<b>Average Power Consumption in Watts (per U-ABS)</b>" }, "mirror": "ticks", "ticklen": 12, "showline": true, "tickfont": { "size": 75 }, "zeroline": false, "autorange": false, "gridcolor": "rgb(211, 211, 211)", "gridwidth": 3, "linecolor": "rgb(0, 0, 0)", "linewidth": 6, "tickcolor": "rgb(0, 0, 0)", "tickwidth": 6, "exponentformat": "power", "separatethousands": true }, "yaxis": { "type": "linear", "range": [ 220, 720 ], "ticks": "inside", "title": { "font": { "size": 85 }, "text": "<b>Cumulative Reward across the U-ABS Fleet</b>" }, "mirror": "ticks", "ticklen": 12, "showline": true, "tickfont": { "size": 75 }, "zeroline": false, "autorange": false, "gridcolor": "rgb(211, 211, 211)", "gridwidth": 3, "linecolor": "rgb(0, 0, 0)", "linewidth": 6, "tickcolor": "rgb(0, 0, 0)", "tickwidth": 6, "exponentformat": "power", "separatethousands": true }, "height": 2268, "legend": { "x": 0.009577038682375348, "y": 0.990070818330388, "font": { "size": 32 }, "title": { "font": { "size": 32, "color": "rgb(69, 69, 69)" }, "text": "<b> 5 km x 5 km x 250 m tessellated grid<br> 4 U-ABSes | 24 GNs | 1 GN request every 180 s<br>\nBW = 20 MHz | GN Tx power = 23 dBm | U-ABS weight = 85 N<br>\nMax U-ABS velocity = 55 m/s | Max U-ABS acceleration = 5 m/s</b><sup><b>2</b></sup><b><br>\nPPO with 4-layer MLPs (256 cells per layer, </b><i><b>tanh</b></i><b>) for both policy and value networks <br>\n</b>" }, "bordercolor": "rgb(0, 0, 0)", "borderwidth": 5 }, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "autosize": false, "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" }, "showlegend": true } }, "height": 2268, "width": 2268, "user": { "profile_url": "https://chart-studio.plotly.com/~bkeshav1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-11-16 22:36:37", "mapbox_access_tokens": null, "has_password": null, "username": "bkeshav1", "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-08T08:33:58.248529Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nidhi.madappa/1.embed", "fid": "nidhi.madappa:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nidhi.madappa/1/9_VLTGXUL91F3MGH99HC5DK4Z637RUJH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nidhi.madappa/1/2_0PQHYAGOTTD12HZ2S36VUELXPKJAA5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nidhi.madappa/1/8_M6SEDJVCJTDV5SYF13DWQYPVXYUKU3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nidhi.madappa/1/9_VLTGXUL91F3MGH99HC5DK4Z637RUJH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nidhi.madappa:1", "plots": "https://api.plotly.com/v2/plots/nidhi.madappa:1", "parent": "https://api.plotly.com/v2/folders/home?user=nidhi.madappa" }, "owner": "nidhi.madappa", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~nidhi.madappa/1/", "world_readable": true, "date_modified": "2025-09-08T08:33:58.259Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nidhi.madappa/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "file_size", "y": "runtime" } }, "mode": "lines", "type": "scatter", "xsrc": "nidhi.madappa:0:f2a9c9", "ysrc": "nidhi.madappa:0:f2c3ab" } ], "frames": [], "layout": { "title": { "text": "Record processing time vs File size" }, "xaxis": { "type": "linear", "range": [ 1000, 64000 ], "title": { "text": "File size (records)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 16.11111111111111, 93.88888888888889 ], "title": { "text": "Fn + ADW processing time (s)" }, "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/~nidhi.madappa", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-08 08:01:58", "mapbox_access_tokens": null, "has_password": null, "username": "nidhi.madappa", "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-08T08:21:53.425927Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/35.embed", "fid": "singhtinka970:35", "filename": "Plot pm 10", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/35/9_4M15DU8COZM7MFB6C7TVD35ZS1S00C.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/35/2_Y5MCYJDNBF1ESION4DOZPN7C53YOVQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/35/8_7BCKA85GKZ1Q2OCXKWUAXSL0LHJ27M.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/35/9_4M15DU8COZM7MFB6C7TVD35ZS1S00C.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:35", "plots": "https://api.plotly.com/v2/plots/singhtinka970:35", "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/35/", "world_readable": true, "date_modified": "2025-09-08T08:30:47.883Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/35/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year", "y": "Vehicular Emissions" } }, "mode": "markers", "name": "<b>Road Dust Resuspension</b>", "type": "bar", "xsrc": "singhtinka970:34:3f149f", "ysrc": "singhtinka970:34:af0d02", "marker": { "line": { "color": "rgb(19, 1, 1)", "width": 2 }, "color": "rgb(148, 113, 6)" }, "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "color": "rgb(0, 0, 0)", "visible": true, "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "Road Dust Resuspension" } }, "mode": "markers", "name": "<b>Vehicular Emissions</b>", "type": "bar", "xsrc": "singhtinka970:34:3f149f", "ysrc": "singhtinka970:34:ecb51d", "marker": { "line": { "color": "rgb(14, 0, 0)", "width": 2 }, "color": "rgb(229, 193, 149)" }, "error_y": { "visible": true, "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "Biomass Burning &amp; Household Activities" } }, "mode": "markers", "name": "<b>Biomass Burning & Household Activities</b>", "type": "bar", "xsrc": "singhtinka970:34:3f149f", "ysrc": "singhtinka970:34:af40c0", "marker": { "line": { "color": "rgb(15, 1, 1)", "width": 2 }, "color": "rgb(220, 228, 38)" }, "error_y": { "visible": true, "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "Construction Activities" } }, "mode": "markers", "name": "<b>Construction Activities</b>", "type": "bar", "xsrc": "singhtinka970:34:3f149f", "ysrc": "singhtinka970:34:9b45ce", "marker": { "line": { "color": "rgb(17, 1, 1)", "width": 2 }, "color": "rgb(32, 22, 176)" }, "error_y": { "visible": true, "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "Power Generation", "text": "" } }, "mode": "markers", "name": "<b>Power Generation</b>", "type": "bar", "xsrc": "singhtinka970:34:3f149f", "ysrc": "singhtinka970:34:8b0570", "marker": { "line": { "color": "rgb(17, 1, 1)", "width": 2 }, "color": "rgb(252, 8, 65)" }, "error_y": { "visible": true, "symmetric": true }, "textfont": { "size": 32, "color": "rgb(145, 142, 142)", "family": "Droid Serif" }, "orientation": "v", "textposition": "none" }, { "meta": { "columnNames": { "x": "Year", "y": "Avg", "text": "Avg" } }, "name": "<b>Average</b>", "type": "bar", "xsrc": "singhtinka970:34:3f149f", "ysrc": "singhtinka970:34:27828f", "marker": { "line": { "color": "rgb(17, 0, 0)", "width": 2 }, "color": "rgb(222, 133, 32)" }, "textsrc": "singhtinka970:34:27828f", "textfont": { "size": 14, "color": "rgb(16, 0, 0)", "family": "Overpass" }, "orientation": "v", "textposition": "outside" } ], "frames": [], "layout": { "title": { "font": { "size": 18, "color": "rgb(1, 0, 0)", "family": "Overpass" }, "text": "<b>PM 10 Emission Sources</b>" }, "xaxis": { "type": "linear", "range": [ 2018.5, 2024.5 ], "ticks": "outside", "title": { "font": { "size": 16, "color": "rgb(13, 0, 0)", "family": "Overpass" }, "text": "<b>Year</b>" }, "tickfont": { "size": 14, "color": "rgb(13, 1, 1)", "family": "Overpass" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 23.157894736842106 ], "ticks": "outside", "title": { "font": { "size": 16, "color": "rgb(13, 0, 0)", "family": "Overpass" }, "text": "<b>Concentration (0-100) µg/m³</b>" }, "tickfont": { "size": 14, "color": "rgb(13, 1, 1)", "family": "Overpass" }, "autorange": true }, "legend": { "x": 0.06774441878367975, "y": 1.077248122519668, "font": { "size": 12, "family": "Overpass" }, "orientation": "h" }, "barmode": "group", "barnorm": "", "autosize": 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-08T07:50:03.883943Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Virasat10/1.embed", "fid": "Virasat10:1", "filename": "Shiv 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Virasat10/1/9_MH698JTAR64UWJFX1PMJ95RAE19Q59.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Virasat10/1/2_VB4Q32QO7QIONXGSXR5HXPOVFLVCL7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Virasat10/1/8_ES50666MUZY3O87JP2NWYGENZ8SULE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Virasat10/1/9_MH698JTAR64UWJFX1PMJ95RAE19Q59.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Virasat10:1", "plots": "https://api.plotly.com/v2/plots/Virasat10:1", "parent": "https://api.plotly.com/v2/folders/home?user=Virasat10" }, "owner": "Virasat10", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Virasat10/1/", "world_readable": true, "date_modified": "2025-09-08T07:50:03.895Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Virasat10/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid" }, "meta": { "columnNames": { "x": "Year", "y": "Plastic_obs" } }, "mode": "lines", "name": "Plastics (observed)", "type": "scatter", "xsrc": "Virasat10:0:f8eb81", "ysrc": "Virasat10:0:a3c171", "xaxis": "x", "yaxis": "y", "opacity": 1, "hoverlabel": { "align": "left" }, "connectgaps": false, "legendgroup": "" }, { "line": { "dash": "dot", "color": "rgb(80, 138, 210)", "width": 2 }, "meta": { "columnNames": { "x": "Year", "y": "Plastic_proj" } }, "mode": "lines", "name": "Plastics (projected)", "type": "scatter", "xsrc": "Virasat10:0:f8eb81", "ysrc": "Virasat10:0:c21d12", "yaxis": "y", "error_x": { "type": "percent", "color": "#EF553B", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "visible": true, "hoverlabel": { "align": "left" }, "connectgaps": true, "legendgroup": "" }, { "meta": { "columnNames": { "x": "Year", "y": "Fertility_obs" } }, "mode": "lines", "name": "Fertility (observed)", "type": "scatter", "xsrc": "Virasat10:0:f8eb81", "ysrc": "Virasat10:0:1ee5f9", "xaxis": "x", "yaxis": "y2", "visible": true, "stackgroup": null, "legendgroup": "" }, { "line": { "dash": "dot", "color": "rgb(75, 204, 120)" }, "meta": { "columnNames": { "x": "Year", "y": "Fertility_proj" } }, "mode": "lines", "name": "Fertility (projected)", "type": "scatter", "xsrc": "Virasat10:0:f8eb81", "ysrc": "Virasat10:0:37aa31", "yaxis": "y2", "stackgroup": null, "legendgroup": "" } ], "frames": [], "layout": { "font": { "family": "Arial" }, "title": { "x": 0.22, "font": { "size": 16 }, "text": "Plastics vs Fertility Rate (2000–2050)" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ 2000, 2050 ], "title": { "font": { "size": 12, "color": "rgb(14, 14, 14)" }, "text": "Year (2000–2050)" }, "anchor": "y", "domain": [ 0, 0.94 ], "showgrid": true, "showline": true, "autorange": false, "linecolor": "rgb(28, 31, 35)", "fixedrange": false, "showspikes": true, "rangeslider": { "range": [ 2000, 2050 ], "yaxis": {}, "yaxis2": {}, "visible": false, "autorange": true }, "zerolinewidth": 1, "spikethickness": 2 }, "yaxis": { "side": "left", "type": "linear", "range": [ 147.22222222222217, 1202.7777777777778 ], "tick0": 3, "ticks": "inside", "title": { "font": { "size": 12, "color": "rgb(107, 151, 218)" }, "text": "Plastic production (million tonnes)" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": 7, "showline": true, "tickmode": "auto", "autorange": false, "gridwidth": 1, "linecolor": "rgb(30, 31, 31)", "showspikes": true }, "legend": { "x": 1.3, "y": 0.5, "title": { "text": "<br>" }, "valign": "middle", "bgcolor": "rgb(255, 255, 255)", "xanchor": "auto", "yanchor": "auto", "itemsizing": "trace", "traceorder": "normal", "borderwidth": 0, "orientation": "v", "tracegroupgap": 4 }, "margin": { "b": 78, "l": 67, "r": 75, "t": 80, "pad": 4 }, "shapes": [ { "x0": 2020, "x1": 2020, "y0": 0, "y1": 1, "line": { "dash": "dot", "color": "#444444", "width": 2 }, "type": "line", "opacity": 0.93, "visible": true, "fillcolor": "#7f7f7f" } ], "yaxis2": { "side": "right", "type": "linear", "range": [ 1.755555555555556, 2.6444444444444453 ], "tick0": 0, "ticks": "inside", "title": { "font": { "size": 12, "color": "rgb(87, 190, 122)" }, "text": "Fertility rate (births per woman)" }, "nticks": 0, "tickmode": "auto", "autorange": false, "overlaying": "y" }, "autosize": true, "dragmode": "select", "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" }, "hoverlabel": { "font": { "size": 12 } }, "annotations": [ { "text": "", "arrowhead": 0 } ], "selectdirection": "h" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Virasat10", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-08 04:20:45", "mapbox_access_tokens": null, "has_password": null, "username": "Virasat10", "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-08T07:40:18.958593Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/33.embed", "fid": "singhtinka970:33", "filename": "Plot 33", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/33/9_S63ECVD835KLMNE2FU9R9JOMJQ2XZL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/33/2_4VVMHZOT5O8DWLLWYEW0EX92CD3L46.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/33/8_MOQBPMM3AX4S07J7R7OU5J8YNBFAU4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/33/9_S63ECVD835KLMNE2FU9R9JOMJQ2XZL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:33", "plots": "https://api.plotly.com/v2/plots/singhtinka970:33", "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/33/", "world_readable": true, "date_modified": "2025-09-09T08:58:43.640Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/33/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year", "y": "Vehicular Emissions" } }, "mode": "markers", "name": "<b>Industrial Emissions</b>", "type": "bar", "xsrc": "singhtinka970:32:3f149f", "ysrc": "singhtinka970:32:af0d02", "marker": { "line": { "color": "rgb(19, 1, 1)", "width": 2 }, "color": "rgb(148, 113, 6)" }, "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "color": "rgb(0, 0, 0)", "visible": true, "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "Industrial Emissions" } }, "mode": "markers", "name": "<b>Vehicular Emissions</b>", "type": "bar", "xsrc": "singhtinka970:32:3f149f", "ysrc": "singhtinka970:32:ecb51d", "marker": { "line": { "color": "rgb(14, 0, 0)", "width": 2 }, "color": "rgb(229, 193, 149)" }, "error_y": { "visible": true, "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "Biomass Burning &amp; Household Activities" } }, "mode": "markers", "name": "<b>Biomass Burning & Household Activities</b>", "type": "bar", "xsrc": "singhtinka970:32:3f149f", "ysrc": "singhtinka970:32:af40c0", "marker": { "line": { "color": "rgb(15, 1, 1)", "width": 2 }, "color": "rgb(220, 228, 38)" }, "error_y": { "visible": true, "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "Construction Activities" } }, "mode": "markers", "name": "<b>Construction Activities</b>", "type": "bar", "xsrc": "singhtinka970:32:3f149f", "ysrc": "singhtinka970:32:9b45ce", "marker": { "line": { "color": "rgb(17, 1, 1)", "width": 2 }, "color": "rgb(32, 22, 176)" }, "error_y": { "visible": true, "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "Power Generation", "text": "" } }, "mode": "markers", "name": "<b>Power Generation</b>", "type": "bar", "xsrc": "singhtinka970:32:3f149f", "ysrc": "singhtinka970:32:8b0570", "marker": { "line": { "color": "rgb(17, 1, 1)", "width": 2 }, "color": "rgb(252, 8, 65)" }, "error_y": { "visible": true, "symmetric": true }, "textfont": { "size": 32, "color": "rgb(145, 142, 142)", "family": "Droid Serif" }, "orientation": "v", "textposition": "none" }, { "meta": { "columnNames": { "x": "Year", "y": "Avg", "text": "Avg" } }, "name": "<b>Average</b>", "type": "bar", "xsrc": "singhtinka970:32:3f149f", "ysrc": "singhtinka970:32:27828f", "marker": { "line": { "color": "rgb(17, 0, 0)", "width": 2 }, "color": "rgb(222, 133, 32)" }, "textsrc": "singhtinka970:32:27828f", "textfont": { "size": 14, "color": "rgb(16, 0, 0)", "family": "Overpass" }, "orientation": "v", "textposition": "outside" } ], "frames": [], "layout": { "title": { "font": { "size": 18, "color": "rgb(1, 0, 0)", "family": "Overpass" }, "text": "<b>PM 2.5 Emission Sources</b>" }, "xaxis": { "type": "linear", "range": [ 2018.5, 2024.5 ], "ticks": "outside", "title": { "font": { "size": 16, "color": "rgb(13, 0, 0)", "family": "Overpass" }, "text": "<b>Year</b>" }, "tickfont": { "size": 14, "color": "rgb(13, 1, 1)", "family": "Overpass" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 21.073684210526316 ], "ticks": "outside", "title": { "font": { "size": 16, "color": "rgb(13, 0, 0)", "family": "Overpass" }, "text": "<b>Concentration (0-100) µg/m³</b>" }, "tickfont": { "size": 14, "color": "rgb(13, 1, 1)", "family": "Overpass" }, "autorange": true }, "legend": { "x": 0.07929176289453425, "y": 1.077248122519668, "font": { "size": 12, "family": "Overpass" }, "orientation": "h" }, "barmode": "group", "barnorm": "", "autosize": 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-08T07:34:13.200377Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/31.embed", "fid": "singhtinka970:31", "filename": "Plot 31", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/31/9_CDHBNQEF5A0TCG7536HVQH6ZX6MIJP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/31/2_M1KR63P8WDG6M9K5RR576HD7JLFBPN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/31/8_CKHUUMAR75VSKWFHANSMHDD6P6SEB6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/31/9_CDHBNQEF5A0TCG7536HVQH6ZX6MIJP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:31", "plots": "https://api.plotly.com/v2/plots/singhtinka970:31", "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/31/", "world_readable": true, "date_modified": "2025-09-08T07:34:13.212Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/31/", "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:30:593f40", "lonsrc": "singhtinka970:30:9b501f", "marker": { "cmax": 345, "cmin": 0, "meta": { "columnNames": { "color": "color" } }, "size": 20, "symbol": "circle", "opacity": 0.8, "colorbar": { "size": 20, "title": { "text": "PM2.5 as pollutant" } }, "colorsrc": "singhtinka970:30:8f8dbd", "reversescale": false, "autocolorscale": true }, "textsrc": "singhtinka970:30:f787fa", "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": { "text": "Pollution in India" }, "autosize": true, "colorbar": 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 } } ] }{ "next": "