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=cD0yMDI1LTA4LTIxKzEyJTNBMzclM0ExOC41MDI3NjUlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTIxKzA4JTNBNTclM0EwMS4xMTQyMTUlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0yMSsxMiUzQTI1JTNBMzAuMDIzNTkyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-21T12:25:30.023592Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~freeform1/5.embed", "fid": "freeform1:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/freeform1/5/9_X1NVSSS7NLITNU3GIT02X6QZO38M4G.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/freeform1/5/2_41D2XHBVIZFD9W6MQG44FPTM2ZZY1Q.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/freeform1/5/8_ZUUAF7PNKJNX2AEZMGNLEEIQE1E6NK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/freeform1/5/9_X1NVSSS7NLITNU3GIT02X6QZO38M4G.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/freeform1:5", "plots": "https://api.plotly.com/v2/plots/freeform1:5", "parent": "https://api.plotly.com/v2/folders/home?user=freeform1" }, "owner": "freeform1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~freeform1/5/", "world_readable": true, "date_modified": "2025-08-21T12:25:37.013Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~freeform1/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "scatter", "xsrc": "freeform1:4:882088", "ysrc": "freeform1:4:adbbc6" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -0.0003661612021857924, 0.007286161202185792 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.037343234323432346, 0.45265676567656765 ], "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/~freeform1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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-21 10:29:46", "mapbox_access_tokens": null, "has_password": null, "username": "freeform1", "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-21T11:54:54.348549Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~freeform1/3.embed", "fid": "freeform1:3", "filename": "Experiment plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/freeform1/3/9_UQ82I92H6PF4W72GJ5DUJ318TB3ELT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/freeform1/3/2_L80AR20CM0GV17QC51K4MXWBSS4LZG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/freeform1/3/8_JP6I3109PTUK3FMNCZKCF2ESJWOFNX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/freeform1/3/9_UQ82I92H6PF4W72GJ5DUJ318TB3ELT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/freeform1:3", "plots": "https://api.plotly.com/v2/plots/freeform1:3", "parent": "https://api.plotly.com/v2/folders/home?user=freeform1" }, "owner": "freeform1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~freeform1/3/", "world_readable": true, "date_modified": "2025-08-21T11:54:54.360Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~freeform1/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Distance(m)", "y": "Force(n)" } }, "mode": "markers", "type": "scatter", "xsrc": "freeform1:2:9e33db", "ysrc": "freeform1:2:3d7fa2" } ], "frames": [], "layout": { "title": { "text": "Experimental plots" }, "xaxis": { "type": "linear", "range": [ 0.046939890710382515, 0.4430601092896175 ], "title": { "text": "Distance(m)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.00046937399678972724, 0.007389373996789727 ], "title": { "text": "Force(n)" }, "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/~freeform1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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-21 10:29:46", "mapbox_access_tokens": null, "has_password": null, "username": "freeform1", "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-21T10:22:50.906820Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sahil24/8.embed", "fid": "sahil24:8", "filename": "Plot 8", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sahil24/8/9_OOSARA7ZLUQKFAQLXDZV0BPJ1RIS1G.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sahil24/8/2_UMOQV40DU3YO64PUHRDY4XEOHEZ949.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sahil24/8/8_42KCBTQ61ASY2JCYF7ABNHI1J5C1WW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sahil24/8/9_OOSARA7ZLUQKFAQLXDZV0BPJ1RIS1G.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sahil24:8", "plots": "https://api.plotly.com/v2/plots/sahil24:8", "parent": "https://api.plotly.com/v2/folders/home?user=sahil24" }, "owner": "sahil24", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~sahil24/8/", "world_readable": true, "date_modified": "2025-08-21T10:22:50.919Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sahil24/8/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "tozeroy", "line": { "color": "rgb(237, 242, 245)", "shape": "spline", "width": 5, "smoothing": 1.1 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "sahil24:7:185059", "ysrc": "sahil24:7:e4fdbe", "hoveron": "points", "fillcolor": "rgba(121, 150, 209, 0.5)", "hoverinfo": "y", "showlegend": false, "connectgaps": false, "hovertemplate": "" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 1, 7 ], "showline": false, "autorange": true, "showticklabels": false }, "yaxis": { "type": "linear", "range": [ 0, 26315.78947368421 ], "autorange": true, "showticklabels": false }, "legend": { "x": 1.02, "y": 1, "font": { "size": 12, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "title": { "text": "" }, "valign": "middle", "bgcolor": "#fff", "xanchor": "left", "yanchor": "auto", "itemclick": "toggle", "itemwidth": 30, "itemsizing": "trace", "traceorder": "normal", "bordercolor": "#444", "borderwidth": 0, "orientation": "v", "itemdoubleclick": "toggleothers" }, "modebar": { "color": "rgba(71, 66, 66, 0.3)" }, "autosize": true, "template": { "themeRef": "PLOTLY_CLASSIC" }, "showlegend": true, "plot_bgcolor": "rgb(54, 54, 245)", "paper_bgcolor": "rgb(227, 222, 222)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sahil24", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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-16 05:29:32", "mapbox_access_tokens": null, "has_password": null, "username": "sahil24", "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-21T09:44:38.581608Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ahuiotgyewrthbjae/1.embed", "fid": "ahuiotgyewrthbjae:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ahuiotgyewrthbjae/1/9_52N3P9VY8XV3VR9KBHRIQYUUTQO6TU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ahuiotgyewrthbjae/1/2_655LPUNWD9EEU2CT9CK3Q13QP9BTIK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ahuiotgyewrthbjae/1/8_UM8NL42T450GUYIR2KYULIZUEFZ3RS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ahuiotgyewrthbjae/1/9_52N3P9VY8XV3VR9KBHRIQYUUTQO6TU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ahuiotgyewrthbjae:1", "plots": "https://api.plotly.com/v2/plots/ahuiotgyewrthbjae:1", "parent": "https://api.plotly.com/v2/folders/home?user=ahuiotgyewrthbjae" }, "owner": "ahuiotgyewrthbjae", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ahuiotgyewrthbjae/1/", "world_readable": true, "date_modified": "2025-08-21T09:44:38.593Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ahuiotgyewrthbjae/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(53, 222, 95)" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "T", "type": "scatter", "xsrc": "ahuiotgyewrthbjae:0:68ca88", "ysrc": "ahuiotgyewrthbjae:0:f7d74f", "stackgroup": 1, "orientation": "v" }, { "line": { "color": "rgb(5, 0, 165)" }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "R", "type": "scatter", "xsrc": "ahuiotgyewrthbjae:0:68ca88", "ysrc": "ahuiotgyewrthbjae:0:22f562" } ], "frames": [], "layout": { "title": { "font": { "family": "Open Sans" }, "text": "$\\text{C TR}$" }, "xaxis": { "type": "date", "range": [ "2025-08-08", "2025-08-11" ], "title": { "font": { "size": 14, "family": "Arial" }, "text": "$\\text{Data}$" }, "autorange": true, "rangeslider": { "range": [ "2025-08-08", "2025-08-11" ], "yaxis": { "rangemode": "match" }, "visible": true, "autorange": true, "thickness": 0.1 } }, "yaxis": { "side": "left", "type": "linear", "range": [ -115.5, 34.5 ], "title": { "font": { "family": "Arial" }, "text": "$\\text{T e R}$" }, "autorange": true, "fixedrange": false }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ahuiotgyewrthbjae", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-21 09:21:03", "mapbox_access_tokens": null, "has_password": null, "username": "ahuiotgyewrthbjae", "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-21T09:32:48.529610Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~siyadamjath/9.embed", "fid": "siyadamjath:9", "filename": "Plot 9", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/siyadamjath/9/9_KGUN403B8TPJN328KDRX0J7X2QQTKK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/siyadamjath/9/2_R6470MEO46U4TIW4GI5QX2UXGFQ7M7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siyadamjath/9/8_TGWD51SLB3UT7UG21PCGQRFYM7L40C.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/siyadamjath/9/9_KGUN403B8TPJN328KDRX0J7X2QQTKK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/siyadamjath:9", "plots": "https://api.plotly.com/v2/plots/siyadamjath:9", "parent": "https://api.plotly.com/v2/folders/home?user=siyadamjath" }, "owner": "siyadamjath", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~siyadamjath/9/", "world_readable": true, "date_modified": "2025-08-21T09:32:48.541Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~siyadamjath/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline", "width": 1, "smoothing": 1.3 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers+lines", "name": "Final Output Temperature of Present System", "type": "scatter", "xsrc": "siyadamjath:8:1135f3", "ysrc": "siyadamjath:8:66b14c", "marker": { "size": 8 }, "opacity": 1 }, { "line": { "color": "rgb(255, 35, 35)", "shape": "spline", "width": 1, "smoothing": 1.3 }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers+lines", "name": "Experimental Output Temperature of Proposed System", "type": "scatter", "xsrc": "siyadamjath:8:1135f3", "ysrc": "siyadamjath:8:eb0029", "marker": { "size": 8 }, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 12, "color": "rgb(0, 3, 8)", "family": "Times New Roman" }, "title": { "x": 0.5, "font": { "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "text": "Temperature Comparison " }, "xaxis": { "type": "category", "range": [ -0.4785566059488125, 7.478556605948812 ], "ticks": "outside", "title": { "font": { "color": "rgb(0, 3, 8)", "family": "Times New Roman" }, "text": "Final Temperatures" }, "tickfont": { "color": "rgb(0, 1, 2)" }, "autorange": true, "tickcolor": "rgb(5, 5, 5)" }, "yaxis": { "type": "linear", "range": [ 37.55064854848672, 43.44935145151328 ], "ticks": "outside", "title": { "font": { "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "text": "Temperature in °C" }, "autorange": true, "tickcolor": "rgb(5, 5, 5)" }, "modebar": { "orientation": "h" }, "autosize": false, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~siyadamjath", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.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-21 07:06:44", "mapbox_access_tokens": null, "has_password": null, "username": "siyadamjath", "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-21T09:31:49.825862Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marta.podgorny/62.embed", "fid": "marta.podgorny:62", "filename": "Plot 62", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/62/9_0GICA7KB61TO5PT99CPZDIRL5AJD6M.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/62/2_KHIP371C1L8PF692Z9O8P45VZN5KO2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/62/8_4ERYRA3OJTIPT68GCBF70ZBJS2GO0A.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/62/9_0GICA7KB61TO5PT99CPZDIRL5AJD6M.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marta.podgorny:62", "plots": "https://api.plotly.com/v2/plots/marta.podgorny:62", "parent": "https://api.plotly.com/v2/folders/home?user=marta.podgorny" }, "owner": "marta.podgorny", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~marta.podgorny/62/", "world_readable": true, "date_modified": "2025-08-21T09:31:49.839Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marta.podgorny/62/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B", "labels": "A", "values": "B" } }, "mode": "markers", "sort": true, "type": "pie", "xsrc": "marta.podgorny:61:456ba6", "ysrc": "marta.podgorny:61:39dde3", "rotation": 0, "textfont": { "size": 18 }, "textinfo": "label+percent", "direction": "clockwise", "labelssrc": "marta.podgorny:61:456ba6", "valuessrc": "marta.podgorny:61:39dde3", "textposition": "middle center" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.753395488029466, 13.753395488029465 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 1.5770861729516885, 27.422913827048312 ], "autorange": true }, "legend": { "x": 0.7171335857220119, "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" }, "colorscale": { "sequentialminus": [ [ 0, "#0508b8" ], [ 0.08333333333333333, "#1910d8" ], [ 0.16666666666666666, "#3c19f0" ], [ 0.25, "#6b1cfb" ], [ 0.3333333333333333, "#981cfd" ], [ 0.4166666666666667, "#bf1cfd" ], [ 0.5, "#dd2bfd" ], [ 0.5833333333333334, "#f246fe" ], [ 0.6666666666666666, "#fc67fd" ], [ 0.75, "#fe88fc" ], [ 0.8333333333333334, "#fea5fd" ], [ 0.9166666666666666, "#febefe" ], [ 1, "#fec3fe" ] ] }, "showlegend": false, "piecolorway": [ "#3366cc", "#dc3912", "#ff9900", "#109618", "#990099", "#0099c6", "#dd4477", "#66aa00", "#b82e2e", "#316395" ], "hiddenlabels": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~marta.podgorny", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.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-05-19 09:26:50", "mapbox_access_tokens": null, "has_password": null, "username": "marta.podgorny", "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-21T09:15:47.346627Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pmolinac97/1.embed", "fid": "pmolinac97:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pmolinac97/1/9_J5WRS2HGMISOB3YJ8O865JPSIS1XDH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pmolinac97/1/2_9XPVJMLVFEJ6WYMU703ELUEXQ7FLPO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pmolinac97/1/8_Q4552IVKMEUXNJ63XE1R2LMWA6AQ1A.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pmolinac97/1/9_J5WRS2HGMISOB3YJ8O865JPSIS1XDH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pmolinac97:1", "plots": "https://api.plotly.com/v2/plots/pmolinac97:1", "parent": "https://api.plotly.com/v2/folders/home?user=pmolinac97" }, "owner": "pmolinac97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~pmolinac97/1/", "world_readable": true, "date_modified": "2025-08-21T10:05:05.950Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pmolinac97/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "data.0.x", "y": "data.0.y" } }, "mode": "lines", "name": "Magnitude (ohm)", "type": "scatter", "xsrc": "pmolinac97:0:ac7a9d", "ysrc": "pmolinac97:0:0cacb6", "visible": true, "autocolorscale": true }, { "meta": { "columnNames": { "x": "data.0.x", "y": "data.1.x" } }, "mode": "lines", "name": "Phase (°)", "type": "scatter", "xsrc": "pmolinac97:0:ac7a9d", "ysrc": "pmolinac97:0:ad0006", "visible": true } ], "frames": [], "layout": { "title": { "x": 0.5, "text": "Impedance SBT 200 ml<br>09/06/2025 - 04/08/2025" }, "xaxis": { "type": "category", "range": [ 0, 2495 ], "title": { "text": "Date" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ 4.4911111111111115, 57.068888888888885 ], "title": { "text": "Impedance" }, "autorange": true, "showspikes": false }, "legend": { "x": 1.02, "y": 1, "title": { "font": { "family": "Arial" }, "text": "<br>" }, "itemsizing": "trace", "orientation": "v" }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } } }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pmolinac97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-21 08:58:23", "mapbox_access_tokens": null, "has_password": null, "username": "pmolinac97", "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-21T08:58:06.570507Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~siyadamjath/7.embed", "fid": "siyadamjath:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/siyadamjath:7/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/siyadamjath:7/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/siyadamjath:7/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/siyadamjath:7/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/siyadamjath:7", "plots": "https://api.plotly.com/v2/plots/siyadamjath:7", "parent": "https://api.plotly.com/v2/folders/home?user=siyadamjath" }, "owner": "siyadamjath", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~siyadamjath/7/", "world_readable": true, "date_modified": "2025-08-21T08:58:06.582Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~siyadamjath/7/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": {}, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~siyadamjath", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.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-21 07:06:44", "mapbox_access_tokens": null, "has_password": null, "username": "siyadamjath", "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-21T08:57:32.915376Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~siyadamjath/6.embed", "fid": "siyadamjath:6", "filename": "Plot 6", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/siyadamjath:6/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/siyadamjath:6/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/siyadamjath:6/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/siyadamjath:6/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/siyadamjath:6", "plots": "https://api.plotly.com/v2/plots/siyadamjath:6", "parent": "https://api.plotly.com/v2/folders/home?user=siyadamjath" }, "owner": "siyadamjath", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~siyadamjath/6/", "world_readable": true, "date_modified": "2025-08-21T08:57:32.928Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~siyadamjath/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": {}, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~siyadamjath", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.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-21 07:06:44", "mapbox_access_tokens": null, "has_password": null, "username": "siyadamjath", "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-21T08:57:01.114215Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~siyadamjath/5.embed", "fid": "siyadamjath:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/siyadamjath:5/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/siyadamjath:5/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/siyadamjath:5/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/siyadamjath:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/siyadamjath:5", "plots": "https://api.plotly.com/v2/plots/siyadamjath:5", "parent": "https://api.plotly.com/v2/folders/home?user=siyadamjath" }, "owner": "siyadamjath", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~siyadamjath/5/", "world_readable": true, "date_modified": "2025-08-21T08:57:01.127Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~siyadamjath/5/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": {}, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~siyadamjath", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.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-21 07:06:44", "mapbox_access_tokens": null, "has_password": null, "username": "siyadamjath", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "