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=cD0yMDI1LTA4LTAxKzA3JTNBNTElM0E1OS44MDcyNDElMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTAxKzAyJTNBNTAlM0E0NC43ODMyNzklMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0wMSswNyUzQTUwJTNBMzUuMzIzNzQ2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-01T07:50:35.323746Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~diannelauc/55.embed", "fid": "diannelauc:55", "filename": "14th day with fly ash", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/55/9_CSYB0MSF0EGLIB5UGBATKJM46GHSBV.png", "image_urls": { "default": "https://api.plotly.com/v2/files/diannelauc:55/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/55/8_5SG9AT3HWAVEOV4ZHS435YRHMUHW95.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/55/9_CSYB0MSF0EGLIB5UGBATKJM46GHSBV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/diannelauc:55", "plots": "https://api.plotly.com/v2/plots/diannelauc:55", "parent": "https://api.plotly.com/v2/folders/home?user=diannelauc" }, "owner": "diannelauc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 135, "web_url": "https://chart-studio.plotly.com/~diannelauc/55/", "world_readable": true, "date_modified": "2025-08-01T08:29:08.381Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/55/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "Control", "type": "box", "ysrc": "diannelauc:54:13edea", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": false, "hoveron": "boxes+points", "notched": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "B" } }, "name": "0% MSSA 30% CDW", "type": "box", "ysrc": "diannelauc:54:8254a2", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "C" } }, "name": "0% MSSA 50% CDW", "type": "box", "ysrc": "diannelauc:54:9f1d4c", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": false, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "D" } }, "name": "0% MSSA 70% CDW", "type": "box", "ysrc": "diannelauc:54:b05272", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "E" } }, "name": "5% MSSA 0% CDW ", "type": "box", "ysrc": "diannelauc:54:608f72", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "F" } }, "name": "5% MSSA 30% CDW", "type": "box", "ysrc": "diannelauc:54:7ae72f", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "G" } }, "name": "5% MSSA 50% CDW", "type": "box", "ysrc": "diannelauc:54:6f3228", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": false, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "H" } }, "name": "5% MSSA 70% CDW", "type": "box", "ysrc": "diannelauc:54:483831", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": false, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "I" } }, "name": "10% MSSA 0% CDW", "type": "box", "ysrc": "diannelauc:54:a71349", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": false, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "J" } }, "name": "10% MSSA 50% CDW", "type": "box", "ysrc": "diannelauc:54:8a7877", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": false, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "K" } }, "name": "15% MSSA 30% CDW", "type": "box", "ysrc": "diannelauc:54:2cc518", "marker": { "line": { "width": 0 }, "color": "rgb(0, 150, 255)", "opacity": 1 }, "boxmean": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "x": "", "y": "" } }, "mode": "lines", "type": "scatter", "xaxis": "x", "yaxis": "y", "visible": "legendonly", "boxpoints": false }, { "meta": { "columnNames": { "y": "N" } }, "mode": "lines", "name": "5% Fly Ash 0% CDW", "type": "box", "ysrc": "diannelauc:54:095ef8", "visible": true, "boxpoints": false, "stackgroup": null }, { "meta": { "columnNames": { "y": "O" } }, "name": "5% Fly Ash 50% CDW", "type": "box", "ysrc": "diannelauc:54:6113a1", "boxpoints": false }, { "meta": { "columnNames": { "y": "P" } }, "name": "10% Fly Ash 0% CDW", "type": "box", "ysrc": "diannelauc:54:bb5304", "boxpoints": false }, { "meta": { "columnNames": { "y": "Q" } }, "name": "10% Fly Ash 50% CDW", "type": "box", "ysrc": "diannelauc:54:455117", "boxpoints": false } ], "frames": [], "layout": { "title": { "text": "14th Day Compressive Strength of M30 Concrete Mix Designs" }, "xaxis": { "type": "category", "dtick": 1, "range": [ -0.777139208173691, 15.019795657726693 ], "tick0": 0, "ticks": "", "domain": [ 0, 1 ], "showline": false, "tickmode": "auto", "autorange": true, "showspikes": true, "rangeslider": { "range": [ -0.8570504527813713, 11.014877102199224 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": false }, "yaxis": { "side": "left", "type": "linear", "dtick": 1, "range": [ -5.739759036144578, 38.891566265060234 ], "tick0": 0, "ticks": "", "title": { "text": "Compressive Strength, MPa" }, "domain": [ 0, 1 ], "tickmode": "auto", "autorange": false, "showspikes": true }, "shapes": [ { "x0": -0.5, "x1": 15, "y0": 24.1, "y1": 24.1, "line": { "color": "rgb(245, 8, 8)", "width": 2 }, "type": "line", "opacity": 0.3, "visible": true, "fillcolor": "#7f7f7f" }, { "x0": 3.5, "x1": 3.5, "y0": -4.5, "y1": 30, "line": { "dash": "solid", "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" }, { "x0": 7.5, "x1": 7.5, "y0": -4.5, "y1": 30, "line": { "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" }, { "x0": 9.5, "x1": 9.5, "y0": -4.5, "y1": 30, "line": { "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" }, { "x0": 10.700084881026578, "x1": 10.700084881026578, "y0": -4.5, "y1": 30, "line": { "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" }, { "x0": 12.5, "x1": 12.5, "y0": -4.5, "y1": 30, "line": { "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" } ], "autosize": true, "dragmode": "zoom", "hovermode": "x", "annotations": [ { "x": 1.5, "y": 2, "ax": -10, "ay": 4, "text": "0% MSSA", "arrowcolor": "rgb(255, 255, 255)" }, { "x": 5.5, "y": 2, "ax": 7, "ay": 4, "text": "5% MSSA", "arrowcolor": "rgb(255, 255, 255)" }, { "x": 8.5, "y": 2.6, "ax": -5, "ay": 9, "text": "10% MSSA", "arrowcolor": "rgb(255, 255, 255)" }, { "x": 10.000060439223788, "y": 2, "ax": 2, "ay": 4, "text": "15% MSSA", "arrowcolor": "rgb(255, 255, 255)" }, { "x": 0.03840728859401114, "y": -2.5, "ax": -1, "ay": -6, "text": "0% <br>" }, { "x": 1, "y": -2.5, "ax": -1, "ay": -7, "text": "30% " }, { "x": 2.1, "y": -2.5, "ax": -10, "ay": -8, "text": "50% " }, { "x": 3, "y": -2.5, "ax": -10, "ay": -8, "text": "70% " }, { "x": 1.3, "y": -4.5, "ax": 6, "ay": -4, "text": "CDW", "arrowcolor": "rgb(46, 28, 28)" }, { "x": 4, "y": -2.5, "ax": 3, "ay": -8, "text": "0%" }, { "x": 4.9, "y": -2.5, "ax": 2, "ay": -7, "text": "30%" }, { "x": 5.999929072681703, "y": -2.5, "ax": -2, "ay": -7, "text": "50%" }, { "x": 7, "y": -2.5, "ax": 0, "ay": -9, "text": "70%" }, { "x": 5.4, "y": -4.5, "ax": 8, "ay": -2, "text": "CDW" }, { "x": 8, "y": -2.5, "ax": -2, "ay": -8, "text": "0%" }, { "x": 9, "y": -2, "ax": -1, "ay": -4, "text": "50%" }, { "x": 8.5, "y": -4.5, "ax": -2, "ay": -2, "text": "CDW" }, { "x": 10, "y": -2.5, "ax": 6, "ay": -8, "text": "30%" }, { "x": 10, "y": -4.5, "ax": 6, "ay": -6, "text": "CDW" }, { "x": 7, "y": 24.1, "ax": -10, "ay": -10, "text": "DPWH Standard at 14th Day" }, { "x": -0.5, "y": 24.1, "ax": 0, "ay": 0, "text": "24.1", "arrowhead": 0, "arrowcolor": "rgb(255, 255, 255)" }, { "x": 11.5, "y": 2, "ax": 6, "ay": 3, "text": "5% Fly Ash" }, { "x": 11, "y": -2.5, "ax": 2, "ay": -8, "text": "0%" }, { "x": 12, "y": -2.5, "ax": 2, "ay": -7, "text": "50%" }, { "x": 11.5, "y": -4.5, "ax": 4, "ay": -5, "text": "CDW" }, { "x": 13.5, "y": 2, "ax": -10, "ay": 6, "text": "10% Fly Ash" }, { "x": 13, "y": -2, "ax": -2, "ay": -5, "text": "0%" }, { "x": 14, "y": -2, "ax": -10, "ay": -5, "text": "50%" }, { "x": 13.229422232493182, "y": -5.7, "ax": 2, "ay": -13, "text": "CDW", "arrowcolor": "rgb(255, 253, 253)" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~diannelauc", "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-06-25 22:45:50", "mapbox_access_tokens": null, "has_password": null, "username": "diannelauc", "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-08-01T07:28:23.840702Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lucaspons/38.embed", "fid": "lucaspons:38", "filename": "Plot 38", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/lucaspons/38/9_R5SMFACTX37EBPMY4C295C263ULMM9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/lucaspons/38/2_46DTP9ZLR6M8V2FRXK7VWS0NPPMJNU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lucaspons/38/8_SALCVF3UQYPBTL1AUWFT9BRFYRU29D.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lucaspons/38/9_R5SMFACTX37EBPMY4C295C263ULMM9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lucaspons:38", "plots": "https://api.plotly.com/v2/plots/lucaspons:38", "parent": "https://api.plotly.com/v2/folders/home?user=lucaspons" }, "owner": "lucaspons", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~lucaspons/38/", "world_readable": true, "date_modified": "2025-08-01T10:09:25.627Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lucaspons/38/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "0b80d2", "line": { "width": 2 }, "meta": { "columnNames": { "x": "day", "y": "priority2" } }, "mode": "lines", "name": "Sort by distance", "type": "scatter", "xsrc": "lucaspons:36:9aad7d", "ysrc": "lucaspons:36:8aa655", "opacity": 0.97, "showlegend": false }, { "uid": "37c28c", "line": { "width": 3 }, "meta": { "columnNames": { "x": "day", "y": "priority2" } }, "mode": "lines", "name": "Sort by prioriy", "type": "scatter", "xsrc": "lucaspons:37:cc57ee", "ysrc": "lucaspons:37:b94045", "opacity": 0.84, "showlegend": false, "stackgroup": null }, { "uid": "6e31a2", "line": { "width": 3 }, "meta": { "columnNames": { "x": "day", "y": "priority2" } }, "mode": "lines", "name": "Optimized", "type": "scatter", "xsrc": "lucaspons:35:7cc8b9", "ysrc": "lucaspons:35:4b30a8", "opacity": 1, "hoverinfo": "y+name", "showlegend": false, "stackgroup": null }, { "uid": "e9a769", "meta": { "columnNames": { "x": "steps2", "y": "G" } }, "mode": "lines", "type": "bar", "xsrc": "lucaspons:39:50fb95", "ysrc": "lucaspons:39:172e55", "yaxis": "y2", "showlegend": false, "stackgroup": null, "orientation": "v" }, { "uid": "03484a", "line": { "width": 4 }, "mode": "lines", "name": "Sort by distance", "opacity": 0.93, "showlegend": true, "transforms": [ { "type": "moving-average", "inputUid": "0b80d2", "windowlength": 4 } ] }, { "uid": "2fa873", "name": "Sort by prioriy", "opacity": 0.97, "showlegend": true, "transforms": [ { "type": "moving-average", "inputUid": "37c28c", "windowlength": 4 } ] }, { "uid": "f1c0ea", "name": "Optimized", "opacity": 1, "showlegend": true, "transforms": [ { "type": "moving-average", "inputUid": "6e31a2", "windowlength": 4 } ] } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0, 2554 ], "title": { "font": { "size": 29 }, "text": "Day number<br>" }, "showline": false, "tickfont": { "size": 24 }, "autorange": true, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -43.166666666666664, 820.1666666666666 ], "title": { "font": { "size": 28 }, "text": "Priority" }, "tickfont": { "size": 24 }, "autorange": true }, "images": [], "legend": { "x": 0.7000000000000002, "y": 1, "font": { "size": 32 }, "borderwidth": 0 }, "shapes": [], "yaxis2": { "side": "right", "type": "linear", "range": [ 0, 56.430875863157894 ], "autorange": true, "overlaying": "y", "showticklabels": false }, "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": true, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~lucaspons", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-02-06 09:36:27", "mapbox_access_tokens": null, "has_password": null, "username": "lucaspons", "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-08-01T07:03:03.277824Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Saina3/1.embed", "fid": "Saina3:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Saina3/1/9_0FAYZJK6YWQGM2DKT1RK0PJCUWJUGK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Saina3/1/2_LK1SVSS4AGPFYWLUSL8NOEO3ZSH295.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Saina3/1/8_OJ24QE7CHJUMSLJ5UZM37JGQ3MBA0C.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Saina3/1/9_0FAYZJK6YWQGM2DKT1RK0PJCUWJUGK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Saina3:1", "plots": "https://api.plotly.com/v2/plots/Saina3:1", "parent": "https://api.plotly.com/v2/folders/home?user=Saina3" }, "owner": "Saina3", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Saina3/1/", "world_readable": true, "date_modified": "2025-08-01T07:03:03.290Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Saina3/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "a58c38f5-f6a6-4b4d-8f94-07e5434e2063", "meta": { "columnNames": { "x": "a" } }, "name": "a", "type": "histogram", "xsrc": "Saina3:0:a9b638", "marker": { "line": { "color": "#4D5663", "width": 1.3 }, "color": "rgba(255, 153, 51, 1.0)" }, "opacity": 0.8, "histfunc": "count", "histnorm": "", "orientation": "v" }, { "uid": "0da57950-be2f-49b6-a792-f5f8d19f98c8", "meta": { "columnNames": { "x": "b" } }, "name": "b", "type": "histogram", "xsrc": "Saina3:0:ef106a", "marker": { "line": { "color": "#4D5663", "width": 1.3 }, "color": "rgba(55, 128, 191, 1.0)" }, "opacity": 0.8, "histfunc": "count", "histnorm": "", "orientation": "v" }, { "uid": "bca37da1-d2b1-4232-852f-692208ab0ddc", "meta": { "columnNames": { "x": "c" } }, "name": "c", "type": "histogram", "xsrc": "Saina3:0:608fbd", "marker": { "line": { "color": "#4D5663", "width": 1.3 }, "color": "rgba(50, 171, 96, 1.0)" }, "opacity": 0.8, "histfunc": "count", "histnorm": "", "orientation": "v" } ], "frames": [], "layout": { "title": { "font": { "color": "#4D5663" } }, "xaxis": { "type": "linear", "range": [ 10.200000000000003, 25.75 ], "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "autorange": true, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "range": [ 0, 527.3684210526316 ], "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "autorange": true, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "barmode": "overlay", "autosize": true, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Saina3", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-01 06:58:24", "mapbox_access_tokens": null, "has_password": null, "username": "Saina3", "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-08-01T06:26:13.185565Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ywhywh50/1.embed", "fid": "ywhywh50:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ywhywh50/1/9_OU7NMHA6CGLLTP7DTOPLBUK99LY1T2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ywhywh50/1/2_ZWGGOTGMSNQ56PK5DJO77F8RRQ7VC4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ywhywh50/1/8_4IQN2XZSQ6SXD76KD7CGGJEYAQM1KR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ywhywh50/1/9_OU7NMHA6CGLLTP7DTOPLBUK99LY1T2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ywhywh50:1", "plots": "https://api.plotly.com/v2/plots/ywhywh50:1", "parent": "https://api.plotly.com/v2/folders/home?user=ywhywh50" }, "owner": "ywhywh50", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~ywhywh50/1/", "world_readable": true, "date_modified": "2025-08-01T06:26:13.197Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ywhywh50/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "ywhywh50:0:751cb9", "ysrc": "ywhywh50:0:234603" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0.30045156860673927, 18.883688074363583 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 45.08608851800993, 126.4212527727897 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ywhywh50", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-01 06:14:18", "mapbox_access_tokens": null, "has_password": null, "username": "ywhywh50", "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-08-01T06:01:19.417014Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sruthiwimi/89.embed", "fid": "sruthiwimi:89", "filename": "5.2 Residue thickness", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sruthiwimi/89/9_RY1FHDVDIL4GJ40U4JL7HAEHNGLUQ8.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sruthiwimi/89/2_S5NMAVXYPREJAOZDF15UASV1SP0WH8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sruthiwimi/89/8_VP8LL1UN044W2CIJGKZUL50XUE171J.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sruthiwimi/89/9_RY1FHDVDIL4GJ40U4JL7HAEHNGLUQ8.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sruthiwimi:89", "plots": "https://api.plotly.com/v2/plots/sruthiwimi:89", "parent": "https://api.plotly.com/v2/folders/home?user=sruthiwimi" }, "owner": "sruthiwimi", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~sruthiwimi/89/", "world_readable": true, "date_modified": "2025-09-03T07:59:19.264Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sruthiwimi/89/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B", "error_y": { "array": "F" } } }, "mode": "markers", "name": "Resins", "type": "bar", "xsrc": "sruthiwimi:88:175795", "ysrc": "sruthiwimi:88:4712fc", "marker": { "color": "rgb(124, 124, 131)" }, "error_y": { "meta": { "columnNames": { "array": "F" } }, "type": "data", "visible": true, "arraysrc": "sruthiwimi:88:ae0771", "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "E", "y": "F", "error_y": { "array": "H" } } }, "name": "BD composites", "type": "bar", "xsrc": "sruthiwimi:88:57db1f", "ysrc": "sruthiwimi:88:ae0771", "marker": { "color": "rgb(124, 166, 179)" }, "error_x": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "meta": { "columnNames": { "array": "H" } }, "type": "data", "visible": true, "arraysrc": "sruthiwimi:88:8ef33e", "symmetric": true }, "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 1.4170514557469516 ], "ticks": "inside", "title": { "font": { "size": 25, "family": "Arial" }, "text": "APPInsi % w/w" }, "domain": [ 0, 0.5 ], "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 20, "family": "Arial" }, "autorange": false, "linecolor": "rgb(29, 30, 31)", "tickangle": 45 }, "yaxis": { "type": "linear", "range": [ 0, 66.3157894736842 ], "ticks": "inside", "title": { "font": { "size": 25, "family": "Arial" }, "text": "Residue height / mm<br>" }, "domain": [ 0, 1 ], "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 20, "family": "Arial" }, "autorange": true, "linecolor": "rgb(29, 30, 31)", "tickangle": "auto" }, "legend": { "x": 0.005037864170165347, "y": 0.9580052187112292, "font": { "size": 25, "family": "Arial" }, "borderwidth": 1 }, "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/~sruthiwimi", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.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": "2022-01-13 16:37:50", "mapbox_access_tokens": null, "has_password": null, "username": "sruthiwimi", "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-08-01T05:31:52.331116Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~houmez1423/1.embed", "fid": "houmez1423:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/houmez1423/1/9_DPKBMR0CT4LF57Q3JCUHPYISA44QC6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/houmez1423/1/2_8064SU0GR3LOIVWC4ZJ8ZSZ8EPM515.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/houmez1423/1/8_Y9H0ZRMH38UF7YEC6MS8AH9SQW2JFY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/houmez1423/1/9_DPKBMR0CT4LF57Q3JCUHPYISA44QC6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/houmez1423:1", "plots": "https://api.plotly.com/v2/plots/houmez1423:1", "parent": "https://api.plotly.com/v2/folders/home?user=houmez1423" }, "owner": "houmez1423", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~houmez1423/1/", "world_readable": true, "date_modified": "2025-08-01T05:35:22.702Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~houmez1423/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Time", "y": "Dist", "z": "Lon", "locations": "Lat" } }, "mode": "lines", "name": "distance", "type": "scatter", "xsrc": "houmez1423:0:d1d792", "ysrc": "houmez1423:0:ff8cad", "zsrc": "houmez1423:0:013113", "visible": true, "stackgroup": 1, "orientation": "v", "featureidkey": "id", "locationmode": "geojson-id", "locationssrc": "houmez1423:0:3dc1b9", "autocolorscale": true } ], "frames": [], "layout": { "geo": { "center": { "lat": -14.594432432432411, "lon": 1.8243040540540463 }, "projection": { "scale": 1.0000000000000002, "rotation": { "lon": 1.8243040540540463 } } }, "title": { "text": "Distance " }, "xaxis": { "type": "linear", "range": [ 1, 134 ], "title": { "text": "time (s)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 1339.6947368421054 ], "title": { "text": "distance(m)" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~houmez1423", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-01 04:41:12", "mapbox_access_tokens": null, "has_password": null, "username": "houmez1423", "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-08-01T04:41:56.744172Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~avantgeloof/6.embed", "fid": "avantgeloof:6", "filename": "Plot 6", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/avantgeloof/6/9_QGLAD9PJCZC912HJWSUIJ4KZ34XGXE.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/avantgeloof/6/2_MGVGKGXSWI59Q38B1UMJ6FW21FXCU8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/avantgeloof/6/8_8F9PDB2V8B472EV30KCKE3WLVCN88Y.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/avantgeloof/6/9_QGLAD9PJCZC912HJWSUIJ4KZ34XGXE.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/avantgeloof:6", "plots": "https://api.plotly.com/v2/plots/avantgeloof:6", "parent": "https://api.plotly.com/v2/folders/home?user=avantgeloof" }, "owner": "avantgeloof", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~avantgeloof/6/", "world_readable": true, "date_modified": "2025-08-01T04:41:56.757Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~avantgeloof/6/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "G", "error_y": { "array": "H" } } }, "mode": "markers", "type": "scatter", "xsrc": "avantgeloof:5:754be9", "ysrc": "avantgeloof:5:455531", "marker": { "color": "rgb(0, 0, 0)" }, "error_y": { "meta": { "columnNames": { "array": "H" } }, "type": "data", "visible": true, "arraysrc": "avantgeloof:5:8a6911", "symmetric": true } } ], "frames": [], "layout": { "font": { "color": "rgb(0, 0, 0)" }, "title": { "text": "ln(Anet) vs. Time" }, "xaxis": { "type": "linear", "range": [ -36.75986842105264, 636.7598684210526 ], "title": { "text": "Time (s)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 6.41491067338525, 9.516697205680256 ], "title": { "text": "ln(Anet)" }, "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/~avantgeloof", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-01-19 00:02:01", "mapbox_access_tokens": null, "has_password": null, "username": "avantgeloof", "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-08-01T04:04:31.674945Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~4e/532.embed", "fid": "4e:532", "filename": "Plot 532", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/4e/532/9_203RUW6GOG2A35SN0H30JIF8WAU2IC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/4e/532/2_IKBO3EAA2U5THNEBPUQXZMGZR2A5I6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/4e/532/8_FU28D13GHZWBMWIVMHCJUVRCOJ7PXS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/4e/532/9_203RUW6GOG2A35SN0H30JIF8WAU2IC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/4e:532", "plots": "https://api.plotly.com/v2/plots/4e:532", "parent": "https://api.plotly.com/v2/folders/home?user=4e" }, "owner": "4e", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~4e/532/", "world_readable": true, "date_modified": "2025-08-02T08:41:28.922Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~4e/532/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(99, 173, 250)", "shape": "hv" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:531:bdf30e", "ysrc": "4e:531:2bc576", "visible": "legendonly" }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:531:bdf30e", "ysrc": "4e:531:224e89", "visible": true, "stackgroup": null }, { "line": { "color": "rgb(3, 155, 27)" }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:531:bdf30e", "ysrc": "4e:531:e69235", "visible": true, "stackgroup": null, "connectgaps": true }, { "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:531:bdf30e", "ysrc": "4e:531:a1b54a", "visible": "legendonly", "stackgroup": null }, { "line": { "color": "rgb(46, 243, 25)" }, "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:531:bdf30e", "ysrc": "4e:531:8404f1", "visible": "legendonly", "stackgroup": null }, { "line": { "color": "rgb(29, 93, 6)" }, "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:531:bdf30e", "ysrc": "4e:531:0228f5", "yaxis": "y2", "visible": "legendonly", "stackgroup": null }, { "line": { "color": "rgb(16, 88, 163)" }, "meta": { "columnNames": { "x": "A", "y": "H" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:531:bdf30e", "ysrc": "4e:531:9f8338", "yaxis": "y2", "visible": "legendonly", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Poor Man" }, "xaxis": { "type": "category", "range": [ 0, 4022 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -2409722.222222222, 45784722.222222224 ], "autorange": true }, "yaxis2": { "side": "right", "type": "linear", "range": [ -0.037960064109104664, -0.030271072353168393 ], "autorange": true, "overlaying": "y" }, "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" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~4e", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.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": "2024-09-12 13:44:49", "mapbox_access_tokens": null, "has_password": null, "username": "4e", "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-08-01T02:52:51.604132Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~0072271/3.embed", "fid": "0072271:3", "filename": "chem", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/0072271/3/9_VFTHT2K6T9O745EYV2PA2WUXENRNT5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/0072271/3/2_Y02RCWWQFSZ92N4BKISA1XYH5P4QDH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/0072271/3/8_ZQTO6A0BYZDJ16NI1K6BD25GYRWX6B.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/0072271/3/9_VFTHT2K6T9O745EYV2PA2WUXENRNT5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/0072271:3", "plots": "https://api.plotly.com/v2/plots/0072271:3", "parent": "https://api.plotly.com/v2/folders/home?user=0072271" }, "owner": "0072271", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~0072271/3/", "world_readable": true, "date_modified": "2025-08-03T15:04:11.924Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~0072271/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "2bbaf2", "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "scatter", "xsrc": "0072271:2:d5ece5", "ysrc": "0072271:2:f1cdc8", "marker": { "line": { "color": "rgb(22, 35, 157)" }, "size": 7, "color": "rgb(12, 18, 103)", "opacity": 1 }, "error_x": { "type": "data", "visible": true, "symmetric": true }, "error_y": { "type": "data", "visible": true, "symmetric": true } }, { "uid": "9f2eee", "line": { "color": "rgb(21, 161, 182)", "width": 2 }, "mode": "lines", "opacity": 0.44, "transforms": [ { "rms": 0.014932340610038853, "type": "fit", "xmid": -0.7499999999999996, "ymid": -1.6098344336449526, "inputUid": "2bbaf2", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.023204843067960976, "value": 1.1021789051559236 }, { "hold": false, "name": "b", "error": 0.016240885403146624, "value": -0.7832002547780104 } ], "regressand": "y", "correlation": 0.9991146682536134, "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [ -1.2, -0.3 ], "interpolation": 98 } ] } ], "frames": [], "layout": { "font": { "size": 18, "family": "Balto" }, "title": { "x": 0.02, "font": { "size": 38, "color": "rgb(0, 0, 0)" }, "text": "Graph 2: The Log of the Reaction Rate VS The Log of Hydrogen Peroxide Concentration" }, "xaxis": { "type": "linear", "range": [ -1.2003470671441414, -0.2986666266647955 ], "ticks": "inside", "title": { "font": { "size": 26, "color": "rgb(1, 8, 18)" }, "text": "Log of Hydrogen Peroxide Concentration (unitless)" }, "nticks": 45, "ticklen": 4, "showgrid": true, "showline": true, "tickfont": { "size": 16, "color": "rgb(1, 9, 21)" }, "autorange": true, "gridwidth": 2, "linewidth": 2, "fixedrange": true, "rangeslider": { "range": [ -1.2, -0.2991440661414289 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinewidth": 2 }, "yaxis": { "type": "linear", "range": [ -2.160945443667525, -1.0587438464646435 ], "ticks": "inside", "title": { "font": { "size": 26, "color": "rgb(1, 16, 38)" }, "text": "Log of 1/time (unitless)" }, "nticks": 17, "showline": true, "tickfont": { "size": 16, "color": "rgb(4, 18, 39)" }, "tickmode": "auto", "autorange": true, "gridwidth": 2, "linewidth": 2 }, "shapes": [ { "x0": -1.2, "x1": -0.3, "y0": -1.15, "y1": -1.15, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.2, "x1": -0.3, "y0": -1.25, "y1": -1.25, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.2, "x1": -0.3, "y0": -1.35, "y1": -1.35, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.2, "x1": -0.3, "y0": -1.75, "y1": -1.75, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "visible": true, "fillcolor": "#7f7f7f" }, { "x0": -1.2, "x1": -0.3, "y0": -1.95, "y1": -1.95, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.2, "x1": -0.3, "y0": -2.05, "y1": -2.05, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.2, "x1": -0.3, "y0": -1.85, "y1": -1.85, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.2, "x1": -0.3, "y0": -1.65, "y1": -1.65, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.2, "x1": -0.3, "y0": -1.45, "y1": -1.45, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.2, "x1": -0.3, "y0": -1.55, "y1": -1.55, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.175, "x1": -1.175, "y0": -2.16, "y1": -1.1, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.125, "x1": -1.125, "y0": -2.16, "y1": -1.1, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.075, "x1": -1.075, "y0": -2.16, "y1": -1.1, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -1.075, "x1": -1.075, "y0": -2.16, "y1": -1.1, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.975, "x1": -0.975, "y0": -2.16, "y1": -1.1, "line": { "color": "#444444", "width": 1 }, "opacity": 0.1, "fillcolor": "#7f7f7f" }, { "x0": -0.875, "x1": -0.875, "y0": -2.16, "y1": -1.1, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.775, "x1": -0.775, "y0": -2.16, "y1": -1.1, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.575, "x1": -0.575, "y0": -2.160001777916495, "y1": -1.0999984850375666, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.675, "x1": -0.675, "y0": -2.16, "y1": -1.1, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.475, "x1": -0.475, "y0": -2.160001777916495, "y1": -1.0999984850375666, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.375, "x1": -0.375, "y0": -2.160001777916495, "y1": -1.0999984850375666, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.425, "x1": -0.425, "y0": -2.160001777916495, "y1": -1.0999984850375666, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.425, "x1": -0.425, "y0": -2.160001777916495, "y1": -1.0999984850375666, "line": { "color": "#444444" }, "opacity": 0.3, "fillcolor": "#7f7f7f" }, { "x0": -0.325, "x1": -0.325, "y0": -2.160001777916495, "y1": -1.0999984850375666, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.625, "x1": -0.625, "y0": -2.160001777916495, "y1": -1.0999984850375666, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.825, "x1": -0.825, "y0": -2.1600017779164946, "y1": -1.100000913099669, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.725, "x1": -0.725, "y0": -2.16, "y1": -1.100000167319019, "line": { "color": "#444444" }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.525, "x1": -0.525, "y0": -2.160001777916495, "y1": -1.1738013454014482, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" }, { "x0": -0.925, "x1": -0.925, "y0": -2.16, "y1": -1.1, "line": { "color": "#444444", "width": 1 }, "opacity": 0.08, "fillcolor": "#7f7f7f" } ], "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, "annotations": [ { "x": -0.7999942958865552, "y": -1.2398358413703876, "font": { "size": 22, "color": "rgb(9, 35, 74)" }, "text": "R<sup>2</sup> = 0.998", "showarrow": false }, { "x": -0.9285373257981888, "y": -1.2398172297711787, "ax": -120, "ay": -19, "font": { "size": 22, "color": "rgb(7, 29, 61)" }, "text": "y=1.10x - 0.783", "showarrow": false, "arrowcolor": "rgb(255, 255, 255)", "arrowwidth": 0.1 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~0072271", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.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-08-01 02:07:18", "mapbox_access_tokens": null, "has_password": null, "username": "0072271", "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-08-01T02:50:44.783279Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyjimmy/1.embed", "fid": "jimmyjimmy:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jimmyjimmy:1/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyjimmy/1/2_LENP51UK61L3V0ABML6YJLEH1DXEOT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyjimmy/1/8_V40B901SSN1YA3BUS5V71D7RA8E3IH.png", "list-thumb": "https://api.plotly.com/v2/files/jimmyjimmy:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyjimmy:1", "plots": "https://api.plotly.com/v2/plots/jimmyjimmy:1", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyjimmy" }, "owner": "jimmyjimmy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jimmyjimmy/1/", "world_readable": true, "date_modified": "2025-08-01T02:50:44.795Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyjimmy/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers+lines", "name": "Test", "type": "scatter", "xsrc": "jimmyjimmy:0:a91965", "ysrc": "jimmyjimmy:0:7cefab", "marker": { "size": 12 } }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers+lines", "name": "Prediction", "type": "scatter", "xsrc": "jimmyjimmy:0:a91965", "ysrc": "jimmyjimmy:0:77d455", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "size": 12 }, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 14, "color": "rgb(0, 0, 0)" }, "title": { "text": "Echo State Network: Iterative Prediction - Region L_PeEc_ROI" }, "xaxis": { "type": "linear", "range": [ 0.5801764400622729, 7.419823559937727 ], "title": { "text": "Time Steps" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.018395006485084305, 0.7037049935149157 ], "title": { "text": "BOLD Signal" }, "autorange": true }, "legend": { "x": 0.6700829187396352, "y": 1 }, "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/~jimmyjimmy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.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 02:49:47", "mapbox_access_tokens": null, "has_password": null, "username": "jimmyjimmy", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "