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=cj0xJnA9MjAyNS0wOS0wOCsyMiUzQTA3JTNBMzQuMTcxMDk3JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTA4KzIyJTNBMzglM0EyMi45MTI1NzUlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0wOSswOCUzQTMxJTNBNTkuNzQ4NDM1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-09T08:31:59.748435Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/43.embed", "fid": "singhtinka970:43", "filename": "Plot 43", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/singhtinka970:43/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/43/2_QJKHFFPHUKKV40BRJV1PI8RL5ZMDF5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/43/8_3YPYJINWJLRBOF16I3JSK2E7JFGAJV.png", "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:43/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:43", "plots": "https://api.plotly.com/v2/plots/singhtinka970:43", "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970" }, "owner": "singhtinka970", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~singhtinka970/43/", "world_readable": true, "date_modified": "2025-09-09T08:31:59.759Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/43/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "8e2659", "meta": { "columnNames": { "x": "Date", "y": "Andrew Hours" } }, "mode": "lines", "name": "Summer", "type": "scatter", "xsrc": "singhtinka970:42:6580d4", "ysrc": "singhtinka970:42:97c105", "marker": { "color": "#1f77b4" }, "opacity": 1, "visible": "legendonly" }, { "uid": "15ae06", "line": { "dash": "dot", "color": "rgb(31, 119, 180)", "shape": "spline" }, "meta": { "columnNames": { "x": "Date", "y": "Andrew Average" } }, "mode": "lines", "name": "Average", "type": "scatter", "xsrc": "singhtinka970:42:6580d4", "ysrc": "singhtinka970:42:42722a", "visible": "legendonly", "stackgroup": null }, { "uid": "5c2b81", "meta": { "columnNames": { "x": "Date", "y": "Gio Hours" } }, "mode": "lines", "name": "Autumn", "type": "scatter", "xsrc": "singhtinka970:42:6580d4", "ysrc": "singhtinka970:42:07deb0", "stackgroup": null }, { "uid": "1d3f37", "line": { "dash": "dot", "color": "rgb(44, 160, 44)", "shape": "spline" }, "meta": { "columnNames": { "x": "Date", "y": "Gio Average" } }, "mode": "lines", "name": "Average", "type": "scatter", "xsrc": "singhtinka970:42:6580d4", "ysrc": "singhtinka970:42:e5701c", "stackgroup": null }, { "uid": "9f3fb2", "line": { "color": "rgb(255, 160, 0)" }, "meta": { "columnNames": { "x": "Date", "y": "Jake Hours" } }, "mode": "lines", "name": "Spring", "type": "scatter", "xsrc": "singhtinka970:42:6580d4", "ysrc": "singhtinka970:42:e153f1", "stackgroup": null }, { "uid": "b03398", "line": { "dash": "dot", "color": "rgb(255, 160, 0)", "shape": "spline" }, "meta": { "columnNames": { "x": "Date", "y": "Jake Average" } }, "mode": "lines", "name": "Average", "type": "scatter", "xsrc": "singhtinka970:42:6580d4", "ysrc": "singhtinka970:42:aa3624", "stackgroup": null }, { "uid": "c7d350", "line": { "color": "rgb(255, 0, 0)" }, "meta": { "columnNames": { "x": "Date", "y": "Kyle Hours" } }, "mode": "lines", "name": "Summer", "type": "scatter", "xsrc": "singhtinka970:42:6580d4", "ysrc": "singhtinka970:42:960f28", "stackgroup": null }, { "uid": "71fe09", "line": { "dash": "dot", "color": "rgb(255, 0, 0)", "shape": "spline" }, "meta": { "columnNames": { "x": "Date", "y": "Kyle average" } }, "mode": "lines", "name": "Average", "type": "scatter", "xsrc": "singhtinka970:42:6580d4", "ysrc": "singhtinka970:42:8afb56", "stackgroup": null }, { "uid": "3cfaee", "line": { "color": "rgb(73, 73, 73)" }, "meta": { "columnNames": { "x": "Date", "y": "HWG Hours" } }, "mode": "lines", "name": "Winter", "type": "scatter", "xsrc": "singhtinka970:42:6580d4", "ysrc": "singhtinka970:42:17772a", "stackgroup": null }, { "uid": "50a00d", "line": { "dash": "dot", "color": "rgb(73, 73, 73)", "shape": "spline" }, "meta": { "columnNames": { "x": "Date", "y": "HWG Average" } }, "mode": "lines", "name": "Average", "type": "scatter", "xsrc": "singhtinka970:42:6580d4", "ysrc": "singhtinka970:42:fea928", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Hour trends" }, "xaxis": { "side": "bottom", "type": "category", "range": [ 0, 32 ], "title": { "text": "Date" }, "domain": [ 0, 1 ], "autorange": true }, "yaxis": { "side": "left", "type": "linear", "range": [ -2.3016666666666663, 43.73166666666667 ], "title": { "text": "Hours" }, "autorange": true }, "autosize": true, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~singhtinka970", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 08:50:37", "mapbox_access_tokens": null, "has_password": null, "username": "singhtinka970", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T08:10:21.423695Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/41.embed", "fid": "singhtinka970:41", "filename": "Seasons Hours", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/41/9_QGKU3GFL6XR2EGJDE35ZVBECZ2B2WP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/41/2_JD8RHCCPMNZGRZC1TPJCI7TN7OF4IX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/41/8_VA8WOBEICX00RHXG0BXPOWILQHZ8L1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/41/9_QGKU3GFL6XR2EGJDE35ZVBECZ2B2WP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:41", "plots": "https://api.plotly.com/v2/plots/singhtinka970:41", "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970" }, "owner": "singhtinka970", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~singhtinka970/41/", "world_readable": true, "date_modified": "2025-09-09T08:41:47.882Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/41/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "5c2b81", "meta": { "columnNames": { "x": "Date", "y": "Gio Hours" } }, "mode": "lines", "name": "Bamunimaindam", "type": "scatter", "xsrc": "singhtinka970:40:23683e", "ysrc": "singhtinka970:40:c5a9bf", "stackgroup": null }, { "uid": "1d3f37", "line": { "dash": "dot", "color": "rgb(44, 160, 44)", "shape": "spline" }, "meta": { "columnNames": { "x": "Date", "y": "Gio Average" } }, "mode": "lines", "name": "Average", "type": "scatter", "xsrc": "singhtinka970:40:23683e", "ysrc": "singhtinka970:40:f6626f", "stackgroup": null }, { "uid": "9f3fb2", "line": { "color": "rgb(255, 160, 0)" }, "meta": { "columnNames": { "x": "Date", "y": "Jake Hours" } }, "mode": "lines", "name": "Airport", "type": "scatter", "xsrc": "singhtinka970:40:23683e", "ysrc": "singhtinka970:40:74b989", "stackgroup": null }, { "uid": "b03398", "line": { "dash": "dot", "color": "rgb(255, 160, 0)", "shape": "spline" }, "meta": { "columnNames": { "x": "Date", "y": "Jake Average" } }, "mode": "lines", "name": "Average", "type": "scatter", "xsrc": "singhtinka970:40:23683e", "ysrc": "singhtinka970:40:dc0fb7", "stackgroup": null }, { "uid": "c7d350", "line": { "color": "rgb(255, 0, 0)" }, "meta": { "columnNames": { "x": "Date", "y": "Kyle Hours" } }, "mode": "lines", "name": "IIT Guwahati", "type": "scatter", "xsrc": "singhtinka970:40:23683e", "ysrc": "singhtinka970:40:4f1d5f", "stackgroup": null }, { "uid": "71fe09", "line": { "dash": "dot", "color": "rgb(255, 0, 0)", "shape": "spline" }, "meta": { "columnNames": { "x": "Date", "y": "Kyle average" } }, "mode": "lines", "name": "Average", "type": "scatter", "xsrc": "singhtinka970:40:23683e", "ysrc": "singhtinka970:40:0fad9b", "stackgroup": null }, { "uid": "3cfaee", "line": { "color": "rgb(73, 73, 73)" }, "meta": { "columnNames": { "x": "Date", "y": "HWG Hours" } }, "mode": "lines", "name": "Panbazar", "type": "scatter", "xsrc": "singhtinka970:40:23683e", "ysrc": "singhtinka970:40:8ec3dd", "stackgroup": null }, { "uid": "50a00d", "line": { "dash": "dot", "color": "rgb(73, 73, 73)", "shape": "spline" }, "meta": { "columnNames": { "x": "Date", "y": "HWG Average" } }, "mode": "lines", "name": "Average", "type": "scatter", "xsrc": "singhtinka970:40:23683e", "ysrc": "singhtinka970:40:cf1513", "stackgroup": null } ], "frames": [], "layout": { "font": { "family": "Overpass" }, "title": { "font": { "color": "rgb(14, 1, 1)", "family": "Overpass" }, "text": "<b>Weekly trends from 2024-2025</b>" }, "xaxis": { "side": "bottom", "type": "category", "range": [ 0, 32 ], "title": { "font": { "size": 16, "color": "rgb(18, 1, 1)", "family": "Overpass" }, "text": "<br>" }, "domain": [ 0, 1 ], "tickfont": { "size": 12, "color": "rgb(19, 1, 1)", "family": "Overpass" }, "autorange": true, "tickangle": 45 }, "yaxis": { "side": "left", "type": "linear", "range": [ -2.3016666666666663, 43.73166666666667 ], "title": { "font": { "size": 15, "color": "rgb(5, 0, 0)", "family": "Overpass" }, "text": "<b>PM 2.5 Concentrations (µg/m³)</b>" }, "tickfont": { "size": 14, "color": "rgb(19, 1, 1)", "family": "Overpass" }, "autorange": true }, "legend": { "x": 0.1855273287143957, "y": 1.067897853032315, "font": { "color": "rgb(10, 0, 0)", "family": "Overpass" }, "title": { "font": { "size": 12, "color": "rgb(13, 0, 0)", "family": "Overpass" }, "text": "<br>" }, "borderwidth": 0, "orientation": "h" }, "autosize": true, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~singhtinka970", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 08:50:37", "mapbox_access_tokens": null, "has_password": null, "username": "singhtinka970", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T08:08:15.320319Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~SoY0ung/1.embed", "fid": "SoY0ung:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/SoY0ung/1/9_OEIOJUWS0YC9L5HC5MQ7ZHEATYV8XJ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/SoY0ung/1/2_7973BSJ9O83TWM1PW09R4FBP40DOS6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SoY0ung/1/8_V3PN4BJ2P4VQ9YWIX5R3XRPVF399O1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SoY0ung/1/9_OEIOJUWS0YC9L5HC5MQ7ZHEATYV8XJ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/SoY0ung:1", "plots": "https://api.plotly.com/v2/plots/SoY0ung:1", "parent": "https://api.plotly.com/v2/folders/home?user=SoY0ung" }, "owner": "SoY0ung", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~SoY0ung/1/", "world_readable": true, "date_modified": "2025-09-09T08:31:23.825Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~SoY0ung/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Metric", "y": "Ours" } }, "mode": "markers", "name": "Ours", "type": "scatter", "xsrc": "SoY0ung:2:a8d759", "ysrc": "SoY0ung:2:8e4b9a" }, { "meta": { "columnNames": { "x": "Metric", "y": "Sweep Scan" } }, "mode": "markers", "name": "Sweep Scan", "type": "scatter", "xsrc": "SoY0ung:2:a8d759", "ysrc": "SoY0ung:2:2f617a", "stackgroup": null }, { "meta": { "columnNames": { "x": "Metric", "y": "Horizontal Hilbert Scan" } }, "mode": "markers", "name": "H-Hilbert Scan", "type": "scatter", "xsrc": "SoY0ung:2:a8d759", "ysrc": "SoY0ung:2:7f7e27", "stackgroup": null }, { "meta": { "columnNames": { "x": "Metric", "y": "Vertical Hilbert Scan" } }, "mode": "markers", "name": "V-Hilbert Scan", "type": "scatter", "xsrc": "SoY0ung:2:a8d759", "ysrc": "SoY0ung:2:7058cf", "stackgroup": null }, { "meta": { "columnNames": { "x": "Metric", "y": "Zigzag Scan" } }, "mode": "markers", "name": "Zigzag Scan", "type": "scatter", "xsrc": "SoY0ung:2:a8d759", "ysrc": "SoY0ung:2:3621f1", "yaxis": "y", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.18336673346693386, 3.1833667334669338 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 62.25209733487833, 88.38790266512167 ], "autorange": true }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~SoY0ung", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 07:59:13", "mapbox_access_tokens": null, "has_password": null, "username": "SoY0ung", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T06:56:19.896100Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/38.embed", "fid": "singhtinka970:38", "filename": "Plot 38", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/38/9_OPWSPUKXEGQVD7DOY35JH3GJINC1BM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/38/2_DCG0S6GYT3HQ8GUADDCPEAM0APGZAX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/38/8_KEG2GGN41RK7TKI53FR58V2TW4Y6W4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/38/9_OPWSPUKXEGQVD7DOY35JH3GJINC1BM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:38", "plots": "https://api.plotly.com/v2/plots/singhtinka970:38", "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970" }, "owner": "singhtinka970", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~singhtinka970/38/", "world_readable": true, "date_modified": "2025-09-09T06:56:19.908Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/38/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 0" } }, "name": 0, "type": "box", "ysrc": "singhtinka970:37:f191c8", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 1" } }, "name": 1, "type": "box", "ysrc": "singhtinka970:37:aefea3", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 2" } }, "name": 2, "type": "box", "ysrc": "singhtinka970:37:b4154a", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 3" } }, "name": 3, "type": "box", "ysrc": "singhtinka970:37:6d81f1", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 4" } }, "name": 4, "type": "box", "ysrc": "singhtinka970:37:78f5a8", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 5" } }, "name": 5, "type": "box", "ysrc": "singhtinka970:37:3d3968", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 6" } }, "name": 6, "type": "box", "ysrc": "singhtinka970:37:786b28", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 7" } }, "name": 7, "type": "box", "ysrc": "singhtinka970:37:6ff820", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 8" } }, "name": 8, "type": "box", "ysrc": "singhtinka970:37:d14263", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 9" } }, "name": 9, "type": "box", "ysrc": "singhtinka970:37:943196", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 10" } }, "name": 10, "type": "box", "ysrc": "singhtinka970:37:e2ef89", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 11" } }, "name": 11, "type": "box", "ysrc": "singhtinka970:37:8af23d", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 12" } }, "name": 12, "type": "box", "ysrc": "singhtinka970:37:565da3", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 13" } }, "name": 13, "type": "box", "ysrc": "singhtinka970:37:ec62e7", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 14" } }, "name": 14, "type": "box", "ysrc": "singhtinka970:37:b578d4", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 15" } }, "name": 15, "type": "box", "ysrc": "singhtinka970:37:98962e", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 16" } }, "name": 16, "type": "box", "ysrc": "singhtinka970:37:1af7ff", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 17" } }, "name": 17, "type": "box", "ysrc": "singhtinka970:37:684ecc", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 18" } }, "name": 18, "type": "box", "ysrc": "singhtinka970:37:a3eb5d", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 19" } }, "name": 19, "type": "box", "ysrc": "singhtinka970:37:d3e857", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 20" } }, "name": 20, "type": "box", "ysrc": "singhtinka970:37:0da07b", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 21" } }, "name": 21, "type": "box", "ysrc": "singhtinka970:37:88c507", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 22" } }, "name": 22, "type": "box", "ysrc": "singhtinka970:37:8c24d3", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 }, { "line": { "width": 1 }, "meta": { "columnNames": { "y": "Trace 23" } }, "name": 23, "type": "box", "ysrc": "singhtinka970:37:d28b9e", "jitter": 0.1, "marker": { "size": 3, "color": "rgba(24, 94, 153, 1)" }, "fillcolor": "rgba(24, 94, 153, 0.2)", "whiskerwidth": 0.4 } ], "frames": [], "layout": { "title": { "text": "Counts Per Hour" }, "xaxis": { "type": "linear", "dtick": 2, "range": [ -0.5, 23.5 ], "title": { "text": "UTC Timestamp Hour" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -12.88888888888889, 364.8888888888889 ], "title": { "text": "Count" }, "autorange": true }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~singhtinka970", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 08:50:37", "mapbox_access_tokens": null, "has_password": null, "username": "singhtinka970", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T05:35:42.915952Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~koushik111/3.embed", "fid": "koushik111:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/koushik111/3/9_E5V3GC8OMBSDM9UKIHU6C0Q4042EM6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/koushik111/3/2_HL051E3YYPSO0ZF3ZU4CKIA2RRV9JD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/koushik111/3/8_Y4IJN85519W38K4FRW774HEKMKPJEV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/koushik111/3/9_E5V3GC8OMBSDM9UKIHU6C0Q4042EM6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/koushik111:3", "plots": "https://api.plotly.com/v2/plots/koushik111:3", "parent": "https://api.plotly.com/v2/folders/home?user=koushik111" }, "owner": "koushik111", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~koushik111/3/", "world_readable": true, "date_modified": "2025-09-09T05:35:42.931Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~koushik111/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "bar", "xsrc": "koushik111:2:915392", "ysrc": "koushik111:2:104101", "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 57.89473684210526 ], "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/~koushik111", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-01 09:57:47", "mapbox_access_tokens": null, "has_password": null, "username": "koushik111", "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-09T05:08:30.812283Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~samueklo/1.embed", "fid": "samueklo:1", "filename": "Espectro de absorbância", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/samueklo/1/9_IJ4OZ116U3IVJINOTOKB13W6ZZFQBL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/samueklo/1/2_YDMBIICLTWP0ROWBEPI4HJ3IUYJYCP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/samueklo/1/8_74NMICF7776ZWCKVGUEWZJ6R5E1YZF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/samueklo/1/9_IJ4OZ116U3IVJINOTOKB13W6ZZFQBL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/samueklo:1", "plots": "https://api.plotly.com/v2/plots/samueklo:1", "parent": "https://api.plotly.com/v2/folders/home?user=samueklo" }, "owner": "samueklo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~samueklo/1/", "world_readable": true, "date_modified": "2025-09-09T05:08:30.827Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~samueklo/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "samueklo:0:d02770", "ysrc": "samueklo:0:3fe616" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 190, 700 ], "title": { "font": { "family": "Arial" }, "text": "Comprimento de onda (nm)" }, "showgrid": true, "showline": true, "autorange": true, "fixedrange": false }, "yaxis": { "type": "linear", "range": [ -4.327111111111111, 2.215111111111111 ], "title": { "font": { "family": "Arial" }, "text": "Absorbância" }, "showgrid": true, "showline": true, "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/~samueklo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.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-09-09 04:47:01", "mapbox_access_tokens": null, "has_password": null, "username": "samueklo", "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-09T04:48:02.557515Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~plotlyaravindgn1/31.embed", "fid": "plotlyaravindgn1:31", "filename": "Scratch assay", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/plotlyaravindgn1/31/9_DZV1GKCJWF5RQB31MNQ5ZZ07BHPK9Y.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/plotlyaravindgn1/31/2_HUNH66X2NR8VVIGQCM16FE387ZDVL0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/plotlyaravindgn1/31/8_97MVPIC7UYA5N6LDNX6YQIYZ1I7ZPI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/plotlyaravindgn1/31/9_DZV1GKCJWF5RQB31MNQ5ZZ07BHPK9Y.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/plotlyaravindgn1:31", "plots": "https://api.plotly.com/v2/plots/plotlyaravindgn1:31", "parent": "https://api.plotly.com/v2/folders/home?user=plotlyaravindgn1" }, "owner": "plotlyaravindgn1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~plotlyaravindgn1/31/", "world_readable": true, "date_modified": "2025-09-09T04:49:30.482Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~plotlyaravindgn1/31/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "Control", "error_y": { "array": "Control SEM", "arrayminus": "Control SEM" } } }, "mode": "lines", "name": "Control", "type": "scatter", "xsrc": "plotlyaravindgn1:30:37d781", "ysrc": "plotlyaravindgn1:29:6ed434", "error_y": { "meta": { "columnNames": { "array": "Control SEM", "arrayminus": "Control SEM" } }, "type": "data", "visible": true, "arraysrc": "plotlyaravindgn1:28:f240c9", "symmetric": false, "arrayminussrc": "plotlyaravindgn1:28:f240c9" }, "showlegend": true, "stackgroup": 1, "orientation": "h" }, { "meta": { "columnNames": { "x": "A", "y": "Zoledronic acid", "error_y": { "array": "Z SEM", "arrayminus": "Z SEM" } } }, "mode": "lines", "name": "Zoledronic acid", "type": "scatter", "xsrc": "plotlyaravindgn1:30:37d781", "ysrc": "plotlyaravindgn1:29:ebc9bb", "error_y": { "meta": { "columnNames": { "array": "Z SEM", "arrayminus": "Z SEM" } }, "type": "data", "visible": true, "arraysrc": "plotlyaravindgn1:28:1ae65f", "symmetric": false, "arrayminussrc": "plotlyaravindgn1:28:1ae65f" }, "stackgroup": 1 }, { "meta": { "columnNames": { "x": "A", "y": "C", "error_y": { "array": "C", "arrayminus": "C" } } }, "mode": "lines", "name": "Alendronate", "type": "scatter", "xsrc": "plotlyaravindgn1:30:37d781", "ysrc": "plotlyaravindgn1:29:a95483", "error_y": { "meta": { "columnNames": { "array": "C", "arrayminus": "C" } }, "type": "data", "visible": true, "arraysrc": "plotlyaravindgn1:28:5adb2b", "symmetric": false, "arrayminussrc": "plotlyaravindgn1:28:5adb2b" }, "stackgroup": 1 }, { "meta": { "columnNames": { "x": "A", "y": "Lovastatin", "error_y": { "array": "L SEM", "arrayminus": "L SEM" } } }, "mode": "lines", "name": "Lovastatin", "type": "scatter", "xsrc": "plotlyaravindgn1:30:37d781", "ysrc": "plotlyaravindgn1:29:e0448f", "error_y": { "meta": { "columnNames": { "array": "L SEM", "arrayminus": "L SEM" } }, "type": "data", "width": 4, "visible": true, "arraysrc": "plotlyaravindgn1:28:5d3ea7", "symmetric": false, "arrayminussrc": "plotlyaravindgn1:28:5d3ea7" }, "stackgroup": 1 } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.3333333333333333, 6.333333333333333 ], "anchor": "y", "domain": [ 0, 1 ], "nticks": 7, "tickson": "labels", "tickfont": { "size": 12 }, "autorange": true, "gridwidth": 1, "automargin": true, "fixedrange": false, "showspikes": false, "rangeslider": { "range": [ -0.3333333333333333, 6.333333333333333 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinewidth": 1 }, "yaxis": { "type": "linear", "range": [ -3.954826666666666, 105.47130666666666 ], "title": { "text": "Wound area (%)" }, "domain": [ 0, 1 ], "nticks": 7, "tickson": "labels", "autorange": true, "gridwidth": 1, "fixedrange": false, "showspikes": false, "zerolinewidth": 1 }, "legend": { "x": 0.98, "y": 0, "title": { "text": "<br>" } }, "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/~plotlyaravindgn1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.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": "2022-06-10 09:42:31", "mapbox_access_tokens": null, "has_password": null, "username": "plotlyaravindgn1", "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-09T01:54:38.651386Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jun_2/5.embed", "fid": "jun_2:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jun_2/5/9_EM67JZPLTE1Y3GY3P9D2C6JJSXG0TL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jun_2/5/2_YNFPZ0276L21EDK9B6J2AA73OKSIZY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jun_2/5/8_LSWFU60SJAK2B5I9Z0CMT4Y5BOTO37.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jun_2/5/9_EM67JZPLTE1Y3GY3P9D2C6JJSXG0TL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jun_2:5", "plots": "https://api.plotly.com/v2/plots/jun_2:5", "parent": "https://api.plotly.com/v2/folders/home?user=jun_2" }, "owner": "jun_2", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jun_2/5/", "world_readable": true, "date_modified": "2025-09-09T01:58:57.680Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jun_2/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "<b>CON</b>", "type": "box", "ysrc": "jun_2:4:4f698e", "jitter": 0.5, "marker": { "size": 10, "color": "rgb(236, 18, 47)" }, "boxmean": true, "visible": true, "pointpos": 0, "boxpoints": "all" }, { "line": { "width": 2 }, "meta": { "columnNames": { "y": "B" } }, "name": "<b>DSS</b>", "type": "box", "ysrc": "jun_2:4:9ac2e6", "jitter": 0.5, "marker": { "size": 10, "color": "rgb(201, 160, 8)", "opacity": 1 }, "boxmean": true, "pointpos": 0, "boxpoints": "all" }, { "meta": { "columnNames": { "x": "", "y": "C" } }, "name": "<b>PLPH</b>", "type": "box", "ysrc": "jun_2:4:0295b7", "jitter": 0.5, "marker": { "size": 10 }, "boxmean": true, "pointpos": 0, "boxpoints": "all" }, { "meta": { "columnNames": { "y": "D" } }, "name": "<b>PLPA</b>", "type": "box", "ysrc": "jun_2:4:44e967", "jitter": 0.5, "marker": { "size": 10 }, "boxmean": true, "pointpos": 0, "boxpoints": "all" } ], "frames": [], "layout": { "font": { "size": 24, "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "title": { "text": "<br>" }, "xaxis": { "type": "category", "range": [ -0.5, 3.5 ], "title": { "font": { "size": 30 }, "text": "<br>" }, "domain": [ 0, 0.375 ], "showline": false, "autorange": true, "showspikes": true, "rangeslider": { "range": [ -0.5, 3.5 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "side": "left", "type": "linear", "range": [ 156.05555555555554, 344.1 ], "ticks": "", "title": { "font": { "size": 30 }, "text": "<b>ACE </b>" }, "domain": [ 0.125, 1 ], "nticks": 0, "tickfont": { "size": 24 }, "tickmode": "auto", "autorange": false, "automargin": true, "exponentformat": "none", "showticklabels": true }, "legend": { "x": 0.36837688044338873, "y": 1.023454157782516, "font": { "size": 18 } }, "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" }, "showlegend": false, "uniformtext": { "mode": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jun_2", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-04-23 09:11:38", "mapbox_access_tokens": null, "has_password": null, "username": "jun_2", "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-09T01:03:39.191106Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hoapenncho/17.embed", "fid": "hoapenncho:17", "filename": "Plot 17", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hoapenncho/17/9_0N47Y5WUZH827Y91JYVUQ41YO18JII.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hoapenncho/17/2_PLRMMZ9265EN794P253B6YXI57BQM4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hoapenncho/17/8_VPV3OR14ZYII67ESJQL8B03D7Y8FDZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hoapenncho/17/9_0N47Y5WUZH827Y91JYVUQ41YO18JII.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hoapenncho:17", "plots": "https://api.plotly.com/v2/plots/hoapenncho:17", "parent": "https://api.plotly.com/v2/folders/home?user=hoapenncho" }, "owner": "hoapenncho", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~hoapenncho/17/", "world_readable": true, "date_modified": "2025-09-09T01:03:39.203Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hoapenncho/17/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(242, 58, 37)" }, "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "lines", "name": "UV 254 nm", "type": "scatter", "xsrc": "hoapenncho:16:c9998e", "ysrc": "hoapenncho:16:d6804a" }, { "line": { "color": "rgb(14, 61, 255)" }, "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "lines", "name": "UV 280 nm", "type": "scatter", "xsrc": "hoapenncho:16:72eba1", "ysrc": "hoapenncho:16:636ac3" }, { "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "lines+markers", "name": "Cond. 3.5 mS/cm", "type": "scatter", "xsrc": "hoapenncho:16:daed35", "ysrc": "hoapenncho:16:bb3938" } ], "frames": [], "layout": { "font": { "size": 16 }, "xaxis": { "type": "linear", "range": [ -7.113910991104166, 192.00616047668944 ], "title": { "text": "Volume (mL)" }, "nticks": 15, "autorange": true }, "yaxis": { "type": "linear", "range": [ -5.081618003161451, 81.80640062147685 ], "title": { "text": "mAu" }, "autorange": true }, "legend": { "x": 0.11538002980625925, "y": 1 }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hoapenncho", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-21 07:08:22", "mapbox_access_tokens": null, "has_password": null, "username": "hoapenncho", "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-08T22:38:22.912575Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~smajeed/1.embed", "fid": "smajeed:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/smajeed/1/9_CXIJ0Z53U4M9GL75RPO9QQQ6CU00N0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/smajeed/1/2_UENQWBZHVGK4KDXMXBYJ78U5XQF0E8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smajeed/1/8_X8IDL5U5N6AUVW61O1ZF4GUP8GTYUX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/smajeed/1/9_CXIJ0Z53U4M9GL75RPO9QQQ6CU00N0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/smajeed:1", "plots": "https://api.plotly.com/v2/plots/smajeed:1", "parent": "https://api.plotly.com/v2/folders/home?user=smajeed" }, "owner": "smajeed", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~smajeed/1/", "world_readable": true, "date_modified": "2025-09-08T22:38:22.924Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~smajeed/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "none", "line": { "shape": "vhv" }, "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "markers", "name": "<b>Niigata earthquake (1964)</b>", "type": "scatter", "xsrc": "smajeed:0:aa5494", "ysrc": "smajeed:0:630db0", "yaxis": "y", "marker": { "size": 8, "color": "#1f77b4", "symbol": "square-open" }, "hoveron": "points", "opacity": 1, "hoverinfo": "x+y+name", "showlegend": true }, { "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "markers", "name": "<b>Luzon earthquake (1990; Adachi et al., 1992)</b>", "type": "scatter", "xsrc": "smajeed:0:223c7e", "ysrc": "smajeed:0:ef5db7", "yaxis": "y", "marker": { "size": 8, "symbol": "triangle-up-open" } }, { "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "markers", "name": "<b>Luzon earthquake (1990; Acacio et al., 2001)</b>", "type": "scatter", "xsrc": "smajeed:0:699f2e", "ysrc": "smajeed:0:b3d20e", "marker": { "size": 8, "symbol": "square-open" } }, { "meta": { "columnNames": { "x": "Trace 3, x", "y": "Trace 3, y" } }, "mode": "markers", "name": "<b>Maule earthquake (2010)</b>", "type": "scatter", "xsrc": "smajeed:0:0a9a4c", "ysrc": "smajeed:0:d9b7a6", "marker": { "line": { "width": 0 }, "size": 8, "symbol": "triangle-up", "opacity": 1 }, "error_x": { "type": "percent", "color": "#d62728", "value": 10, "width": 4, "visible": false, "symmetric": false, "thickness": 2, "valueminus": 10 }, "error_y": { "type": "percent", "color": "#d62728", "value": 10, "width": 4, "visible": false, "symmetric": false, "thickness": 2, "valueminus": 10 }, "hoverlabel": { "align": "auto" }, "hovertemplate": "" } ], "frames": [], "layout": { "title": { "font": { "size": 16, "family": "Times New Roman" }, "text": "Fig. 9. Building number of stories against normalized settlement" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ 0, 13 ], "ticks": "outside", "title": { "font": { "size": 12, "family": "Times New Roman" }, "text": "<b>Number of stories, </b><i><b>F</b></i>" }, "anchor": "y", "domain": [ 0.1, 1 ], "mirror": false, "ticklen": 3, "showline": true, "tickfont": { "family": "Times New Roman" }, "tickmode": "linear", "autorange": false, "gridwidth": 0, "linewidth": 0, "showspikes": true, "rangeslider": { "range": [ 0, 13 ], "yaxis": {}, "visible": false, "autorange": true }, "spikethickness": 1 }, "yaxis": { "side": "left", "type": "linear", "dtick": 0.05, "range": [ 0, 0.25 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 11, "family": "Times New Roman" }, "text": "<b>Normalized settlement, S/D</b><sub><b>L</b></sub>" }, "domain": [ 0, 1 ], "ticklen": 3, "showline": true, "tickmode": "linear", "autorange": false, "linewidth": 0, "fixedrange": false }, "legend": { "title": { "text": "<br>" } }, "autosize": true, "dragmode": "select", "hovermode": "x", "plot_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~smajeed", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-08 09:30:15", "mapbox_access_tokens": null, "has_password": null, "username": "smajeed", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "