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=cj0xJnA9MjAyNS0wOC0yMSsyMyUzQTEzJTNBMDQuNTQ0NjY5JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTIxKzIzJTNBMzclM0EwNi44ODE3MTYlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0yMiswNyUzQTQwJTNBNTEuOTczNDQ4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-22T07:40:51.973448Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ASHMITAkumar/1.embed", "fid": "ASHMITAkumar:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ASHMITAkumar/1/9_HTOZL2JBQSJ4ROKVSL7AK2JRCITCF7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ASHMITAkumar/1/2_Y7SF9USLOE2P307ZBY5VVDN0A6WFE8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ASHMITAkumar/1/8_EH57DUJ6IIM46FVSN3MTB10G3WR2GW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ASHMITAkumar/1/9_HTOZL2JBQSJ4ROKVSL7AK2JRCITCF7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ASHMITAkumar:1", "plots": "https://api.plotly.com/v2/plots/ASHMITAkumar:1", "parent": "https://api.plotly.com/v2/folders/home?user=ASHMITAkumar" }, "owner": "ASHMITAkumar", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ASHMITAkumar/1/", "world_readable": true, "date_modified": "2025-08-22T07:41:05.871Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ASHMITAkumar/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year", "y": "NHem" } }, "mode": "markers", "type": "scatter", "xsrc": "ASHMITAkumar:0:221fc6", "ysrc": "ASHMITAkumar:0:7ca974", "marker": { "line": { "color": "rgb(68, 68, 68)" }, "color": "rgb(250, 99, 238)", "symbol": "hexagram" } } ], "frames": [], "layout": { "title": { "font": { "family": "Droid Serif" }, "text": "Northern Hemisphere Temperatures for Years 1880 to 2014" }, "xaxis": { "type": "linear", "range": [ 1871.713423831071, 2022.286576168929 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -64.71875, 103.71875 ], "title": { "text": "Click to enter Y axis title" }, "autorange": true }, "modebar": { "orientation": "v" }, "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": { "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.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" ] ] }, "hoverlabel": { "font": { "family": "Droid Serif" }, "bgcolor": "rgb(255, 255, 255)" }, "plot_bgcolor": "rgb(54, 214, 211)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ASHMITAkumar", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.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": "2025-08-22 06:46:55", "mapbox_access_tokens": null, "has_password": null, "username": "ASHMITAkumar", "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-22T07:13:08.130560Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Dzhalil/39.embed", "fid": "Dzhalil:39", "filename": "Plot 39", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Dzhalil:39/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Dzhalil:39/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/39/8_4PH20OU6BSN68LJBVCTEU1HGAQZVGS.png", "list-thumb": "https://api.plotly.com/v2/files/Dzhalil:39/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Dzhalil:39", "plots": "https://api.plotly.com/v2/plots/Dzhalil:39", "parent": "https://api.plotly.com/v2/folders/home?user=Dzhalil" }, "owner": "Dzhalil", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Dzhalil/39/", "world_readable": true, "date_modified": "2025-08-22T07:13:08.143Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Dzhalil/39/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "T, °С, x", "y": "T, °С, y", "z": "T, °С, z", "text": "text", "marker": { "color": "Data" } } }, "mode": "markers+text", "name": "T, °С", "type": "scatter3d", "xsrc": "Dzhalil:38:efc8e5", "ysrc": "Dzhalil:38:b9df05", "zsrc": "Dzhalil:38:61aa38", "marker": { "meta": { "columnNames": { "color": "color" } }, "size": 8, "symbol": "circle", "colorbar": { "len": 1, "ypad": 10, "dtick": 10, "tick0": 40, "ticks": "inside", "title": { "font": { "size": 14 }, "side": "bottom", "text": "T, <i>°С</i>" }, "nticks": 26, "lenmode": "fraction", "tickfont": { "size": 14 }, "tickmode": "auto", "thicknessmode": "pixels", "showticklabels": true }, "colorsrc": "Dzhalil:38:2ca2a3", "showscale": true, "colorscale": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee090" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e0f3f8" ], [ 0.7, "#abd9e9" ], [ 0.8, "#74add1" ], [ 0.9, "#4575b4" ], [ 1, "#313695" ] ], "reversescale": true }, "textsrc": "Dzhalil:38:1ea463", "textfont": { "size": 18, "family": "Times New Roman" }, "hoverinfo": "x+y+z+text+name", "hoverlabel": { "namelength": 15 }, "showlegend": false, "textposition": "middle right", "autocolorscale": true }, { "meta": { "columnNames": { "x": "<br>, x", "y": "<br>, y", "z": "<br>, z", "text": "" } }, "mode": "markers", "name": "<br>", "type": "scatter3d", "xsrc": "Dzhalil:38:299c86", "ysrc": "Dzhalil:38:08ce51", "zsrc": "Dzhalil:38:239c7a", "marker": { "size": 1, "color": "rgb(255, 255, 255)", "opacity": 0.01 } } ], "frames": [], "layout": { "font": { "family": "Times New Roman" }, "scene": { "xaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Длинна, мм" }, "showgrid": true, "showline": false, "tickfont": { "size": 12 }, "autorange": true }, "yaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Высота, мм" }, "tickfont": { "size": 12 } }, "zaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Ширина, мм" }, "tickfont": { "size": 12 }, "autorange": true }, "camera": { "up": { "x": -0.053744845629379055, "y": 0.9632166418099944, "z": -0.2632967764872013 }, "eye": { "x": 1.1322322239103226, "y": 0.5542531805594859, "z": 2.6058727853363304 }, "center": { "x": 0.1259981547730272, "y": -0.12445077738607858, "z": 0.3283703394534757 }, "projection": { "type": "orthographic" } }, "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "dragmode": "orbit", "aspectmode": "manual", "aspectratio": { "x": 1.6105100000000052, "y": 1.6105100000000052, "z": 1.6105100000000052 } }, "title": { "font": { "size": 20 }, "text": "3D-визуализация распределения температуры в \"Зоне основного хранения (+15...+25 °С)\" №1.15.6 в холодный период года" }, "xaxis": { "type": "linear", "range": [ 2499, 2501 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -450, 750 ], "autorange": true }, "legend": { "x": 0.9091769157994324, "y": -0.028943248532289557, "title": { "text": "<br>" }, "xanchor": "left", "yanchor": "auto" }, "autosize": true, "dragmode": "zoom", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Dzhalil", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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": "2025-05-22 08:01:37", "mapbox_access_tokens": null, "has_password": null, "username": "Dzhalil", "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-22T07:01:19.578858Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Dzhalil/37.embed", "fid": "Dzhalil:37", "filename": "Plot 37", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Dzhalil:37/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Dzhalil:37/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/37/8_LBHMWGX3L22UZKL9P5ZE0RXNR5PKV8.png", "list-thumb": "https://api.plotly.com/v2/files/Dzhalil:37/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Dzhalil:37", "plots": "https://api.plotly.com/v2/plots/Dzhalil:37", "parent": "https://api.plotly.com/v2/folders/home?user=Dzhalil" }, "owner": "Dzhalil", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Dzhalil/37/", "world_readable": true, "date_modified": "2025-08-22T07:01:19.592Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Dzhalil/37/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "T, °С, x", "y": "T, °С, y", "z": "T, °С, z", "text": "text", "marker": { "color": "Data" } } }, "mode": "markers+text", "name": "T, °С", "type": "scatter3d", "xsrc": "Dzhalil:36:4c1e58", "ysrc": "Dzhalil:36:d979d2", "zsrc": "Dzhalil:36:bb7fce", "marker": { "meta": { "columnNames": { "color": "color" } }, "size": 8, "symbol": "circle", "colorbar": { "len": 1, "ypad": 10, "dtick": 10, "tick0": 40, "ticks": "inside", "title": { "font": { "size": 14 }, "side": "bottom", "text": "T, <i>°С</i>" }, "nticks": 26, "lenmode": "fraction", "tickfont": { "size": 14 }, "tickmode": "auto", "thicknessmode": "pixels", "showticklabels": true }, "colorsrc": "Dzhalil:36:59a2cd", "showscale": true, "colorscale": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee090" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e0f3f8" ], [ 0.7, "#abd9e9" ], [ 0.8, "#74add1" ], [ 0.9, "#4575b4" ], [ 1, "#313695" ] ], "reversescale": true }, "textsrc": "Dzhalil:36:92733a", "textfont": { "size": 18, "family": "Times New Roman" }, "hoverinfo": "x+y+z+text+name", "hoverlabel": { "namelength": 15 }, "showlegend": false, "textposition": "middle right", "autocolorscale": true }, { "meta": { "columnNames": { "x": "<br>, x", "y": "<br>, y", "z": "<br>, z", "text": "" } }, "mode": "markers", "name": "<br>", "type": "scatter3d", "xsrc": "Dzhalil:36:3c59b4", "ysrc": "Dzhalil:36:8ab95f", "zsrc": "Dzhalil:36:e590fb", "marker": { "size": 1, "color": "rgb(255, 255, 255)", "opacity": 0.01 } } ], "frames": [], "layout": { "font": { "family": "Times New Roman" }, "scene": { "xaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Длинна, мм" }, "showgrid": true, "showline": false, "tickfont": { "size": 12 }, "autorange": true }, "yaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Высота, мм" }, "tickfont": { "size": 12 } }, "zaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Ширина, мм" }, "tickfont": { "size": 12 }, "autorange": true }, "camera": { "up": { "x": -0.053744845629379055, "y": 0.9632166418099944, "z": -0.2632967764872013 }, "eye": { "x": 1.1322322239103226, "y": 0.5542531805594859, "z": 2.6058727853363304 }, "center": { "x": 0.1259981547730272, "y": -0.12445077738607858, "z": 0.3283703394534757 }, "projection": { "type": "orthographic" } }, "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "dragmode": "orbit", "aspectmode": "manual", "aspectratio": { "x": 1.6105100000000052, "y": 1.6105100000000052, "z": 1.6105100000000052 } }, "title": { "font": { "size": 20 }, "text": "3D-визуализация распределения температуры в \"Зоне основного хранения (+15...+25 °С)\" №1.15.6 в жаркий период года" }, "xaxis": { "type": "linear", "range": [ 2499, 2501 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -450, 750 ], "autorange": true }, "legend": { "x": 0.9091769157994324, "y": -0.028943248532289557, "title": { "text": "<br>" }, "xanchor": "left", "yanchor": "auto" }, "autosize": true, "dragmode": "zoom", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Dzhalil", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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": "2025-05-22 08:01:37", "mapbox_access_tokens": null, "has_password": null, "username": "Dzhalil", "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-22T06:59:27.335098Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Dzhalil/35.embed", "fid": "Dzhalil:35", "filename": "Plot 35", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Dzhalil:35/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Dzhalil:35/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/35/8_H7RBNAJRPCACFKW11LDBKPXN7YGT8J.png", "list-thumb": "https://api.plotly.com/v2/files/Dzhalil:35/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Dzhalil:35", "plots": "https://api.plotly.com/v2/plots/Dzhalil:35", "parent": "https://api.plotly.com/v2/folders/home?user=Dzhalil" }, "owner": "Dzhalil", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Dzhalil/35/", "world_readable": true, "date_modified": "2025-08-22T06:59:27.349Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Dzhalil/35/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "T, °С, x", "y": "T, °С, y", "z": "T, °С, z", "text": "text", "marker": { "color": "Data" } } }, "mode": "markers+text", "name": "T, °С", "type": "scatter3d", "xsrc": "Dzhalil:34:ba2496", "ysrc": "Dzhalil:34:190d4f", "zsrc": "Dzhalil:34:b72b42", "marker": { "meta": { "columnNames": { "color": "color" } }, "size": 8, "symbol": "circle", "colorbar": { "len": 1, "ypad": 10, "dtick": 10, "tick0": 40, "ticks": "inside", "title": { "font": { "size": 14 }, "side": "bottom", "text": "RH, <i>%</i>" }, "nticks": 26, "lenmode": "fraction", "tickfont": { "size": 14 }, "tickmode": "auto", "thicknessmode": "pixels", "showticklabels": true }, "colorsrc": "Dzhalil:34:0000bb", "showscale": true, "colorscale": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee090" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e0f3f8" ], [ 0.7, "#abd9e9" ], [ 0.8, "#74add1" ], [ 0.9, "#4575b4" ], [ 1, "#313695" ] ], "reversescale": true }, "textsrc": "Dzhalil:34:1ec9ca", "textfont": { "size": 18, "family": "Times New Roman" }, "hoverinfo": "x+y+z+text+name", "hoverlabel": { "namelength": 15 }, "showlegend": false, "textposition": "middle right", "autocolorscale": true }, { "meta": { "columnNames": { "x": "<br>, x", "y": "<br>, y", "z": "<br>, z", "text": "" } }, "mode": "markers", "name": "<br>", "type": "scatter3d", "xsrc": "Dzhalil:34:664244", "ysrc": "Dzhalil:34:c5f666", "zsrc": "Dzhalil:34:64db6d", "marker": { "size": 1, "color": "rgb(255, 255, 255)", "opacity": 0.01 } } ], "frames": [], "layout": { "font": { "family": "Times New Roman" }, "scene": { "xaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Длинна, мм" }, "showgrid": true, "showline": false, "tickfont": { "size": 12 }, "autorange": true }, "yaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Высота, мм" }, "tickfont": { "size": 12 } }, "zaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Ширина, мм" }, "tickfont": { "size": 12 }, "autorange": true }, "camera": { "up": { "x": -0.053744845629379145, "y": 0.9632166418099944, "z": -0.2632967764872014 }, "eye": { "x": 1.132232223910324, "y": 0.5542531805594859, "z": 2.60587278533633 }, "center": { "x": 0.1259981547730272, "y": -0.12445077738607858, "z": 0.3283703394534757 }, "projection": { "type": "orthographic" } }, "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "dragmode": "orbit", "aspectmode": "manual", "aspectratio": { "x": 1.6105100000000052, "y": 1.6105100000000052, "z": 1.6105100000000052 } }, "title": { "font": { "size": 20 }, "text": "3D-визуализация распределения относительной влажности в \"Зоне основного хранения (+15...+25 °С)\" №1.15.6 в жаркий период года" }, "xaxis": { "type": "linear", "range": [ 2499, 2501 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -450, 750 ], "autorange": true }, "legend": { "x": 0.9091769157994324, "y": -0.028943248532289557, "title": { "text": "<br>" }, "xanchor": "left", "yanchor": "auto" }, "autosize": true, "dragmode": "zoom", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Dzhalil", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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": "2025-05-22 08:01:37", "mapbox_access_tokens": null, "has_password": null, "username": "Dzhalil", "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-22T06:53:46.604034Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Dzhalil/33.embed", "fid": "Dzhalil:33", "filename": "Plot 33", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Dzhalil:33/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Dzhalil:33/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/33/8_876Q4DVYI0HNYKGPZWP6YUVA3287CW.png", "list-thumb": "https://api.plotly.com/v2/files/Dzhalil:33/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Dzhalil:33", "plots": "https://api.plotly.com/v2/plots/Dzhalil:33", "parent": "https://api.plotly.com/v2/folders/home?user=Dzhalil" }, "owner": "Dzhalil", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Dzhalil/33/", "world_readable": true, "date_modified": "2025-08-22T06:53:46.618Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Dzhalil/33/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "T, °С, x", "y": "T, °С, y", "z": "T, °С, z", "text": "text", "marker": { "color": "Data" } } }, "mode": "markers+text", "name": "T, °С", "type": "scatter3d", "xsrc": "Dzhalil:32:5d9189", "ysrc": "Dzhalil:32:86e6dd", "zsrc": "Dzhalil:32:c48edc", "marker": { "meta": { "columnNames": { "color": "color" } }, "size": 8, "symbol": "circle", "colorbar": { "len": 1, "ypad": 10, "dtick": 10, "tick0": 40, "ticks": "inside", "title": { "font": { "size": 14 }, "side": "bottom", "text": "T, <i>°С</i>" }, "nticks": 26, "lenmode": "fraction", "tickfont": { "size": 14 }, "tickmode": "auto", "thicknessmode": "pixels", "showticklabels": true }, "colorsrc": "Dzhalil:32:8961ad", "showscale": true, "colorscale": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee090" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e0f3f8" ], [ 0.7, "#abd9e9" ], [ 0.8, "#74add1" ], [ 0.9, "#4575b4" ], [ 1, "#313695" ] ], "reversescale": true }, "textsrc": "Dzhalil:32:db5588", "textfont": { "size": 18, "family": "Times New Roman" }, "hoverinfo": "x+y+z+text+name", "hoverlabel": { "namelength": 15 }, "showlegend": false, "textposition": "middle right", "autocolorscale": true }, { "meta": { "columnNames": { "x": "<br>, x", "y": "<br>, y", "z": "<br>, z", "text": "" } }, "mode": "markers", "name": "<br>", "type": "scatter3d", "xsrc": "Dzhalil:32:7bbf1d", "ysrc": "Dzhalil:32:f14427", "zsrc": "Dzhalil:32:bb6f20", "marker": { "size": 1, "color": "rgb(255, 255, 255)", "opacity": 0.01 } } ], "frames": [], "layout": { "font": { "family": "Times New Roman" }, "scene": { "xaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Длинна, мм" }, "showgrid": true, "showline": false, "tickfont": { "size": 12 }, "autorange": true }, "yaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Высота, мм" }, "tickfont": { "size": 12 } }, "zaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Ширина, мм" }, "tickfont": { "size": 12 }, "autorange": true }, "camera": { "up": { "x": -0.05374484562937904, "y": 0.9632166418099944, "z": -0.2632967764872012 }, "eye": { "x": 1.1322322239103226, "y": 0.5542531805594857, "z": 2.6058727853363304 }, "center": { "x": 0.1259981547730272, "y": -0.12445077738607858, "z": 0.3283703394534757 }, "projection": { "type": "orthographic" } }, "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "dragmode": "orbit", "aspectmode": "manual", "aspectratio": { "x": 1.6105100000000052, "y": 1.6105100000000052, "z": 1.6105100000000052 } }, "title": { "font": { "size": 20 }, "text": "3D-визуализация распределения температуры в \"Зоне основного хранения (+15...+25 °С)\" №1.15.6 в холодный период года" }, "xaxis": { "type": "linear", "range": [ 2499, 2501 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -450, 750 ], "autorange": true }, "legend": { "x": 0.9091769157994324, "y": -0.028943248532289557, "title": { "text": "<br>" }, "xanchor": "left", "yanchor": "auto" }, "autosize": true, "dragmode": "zoom", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Dzhalil", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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": "2025-05-22 08:01:37", "mapbox_access_tokens": null, "has_password": null, "username": "Dzhalil", "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-22T06:47:17.560803Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Dzhalil/31.embed", "fid": "Dzhalil:31", "filename": "Plot 31", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Dzhalil:31/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/31/2_9QB5KL0496KVTNZF5WF0GYYUGPZ73N.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/31/8_VAV2QDNVINWB6R6S3X2JEEK767T7MW.png", "list-thumb": "https://api.plotly.com/v2/files/Dzhalil:31/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Dzhalil:31", "plots": "https://api.plotly.com/v2/plots/Dzhalil:31", "parent": "https://api.plotly.com/v2/folders/home?user=Dzhalil" }, "owner": "Dzhalil", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Dzhalil/31/", "world_readable": true, "date_modified": "2025-08-22T06:47:17.575Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Dzhalil/31/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "T, °С, x", "y": "T, °С, y", "z": "T, °С, z", "text": "text", "marker": { "color": "Data" } } }, "mode": "markers+text", "name": "T, °С", "type": "scatter3d", "xsrc": "Dzhalil:30:d9fe63", "ysrc": "Dzhalil:30:a9a5d5", "zsrc": "Dzhalil:30:4698d9", "marker": { "meta": { "columnNames": { "color": "color" } }, "size": 8, "symbol": "circle", "colorbar": { "len": 1, "ypad": 10, "dtick": 10, "tick0": 40, "ticks": "inside", "title": { "font": { "size": 14 }, "side": "bottom", "text": "RH, <i>%</i>" }, "nticks": 26, "lenmode": "fraction", "tickfont": { "size": 14 }, "tickmode": "auto", "thicknessmode": "pixels", "showticklabels": true }, "colorsrc": "Dzhalil:30:8f15bc", "showscale": true, "colorscale": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee090" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e0f3f8" ], [ 0.7, "#abd9e9" ], [ 0.8, "#74add1" ], [ 0.9, "#4575b4" ], [ 1, "#313695" ] ], "reversescale": true }, "textsrc": "Dzhalil:30:ad7584", "textfont": { "size": 18, "family": "Times New Roman" }, "hoverinfo": "x+y+z+text+name", "hoverlabel": { "namelength": 15 }, "showlegend": false, "textposition": "middle right", "autocolorscale": true }, { "meta": { "columnNames": { "x": "<br>, x", "y": "<br>, y", "z": "<br>, z", "text": "" } }, "mode": "markers", "name": "<br>", "type": "scatter3d", "xsrc": "Dzhalil:30:0f81b9", "ysrc": "Dzhalil:30:e899ac", "zsrc": "Dzhalil:30:3a681e", "marker": { "size": 1, "color": "rgb(255, 255, 255)", "opacity": 0.01 } } ], "frames": [], "layout": { "font": { "family": "Times New Roman" }, "scene": { "xaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Длинна, мм" }, "showgrid": true, "showline": false, "tickfont": { "size": 12 }, "autorange": true }, "yaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Высота, мм" }, "tickfont": { "size": 12 } }, "zaxis": { "type": "linear", "title": { "font": { "family": "Times New Roman" }, "text": "Ширина, мм" }, "tickfont": { "size": 12 }, "autorange": true }, "camera": { "up": { "x": -0.053744845629379145, "y": 0.9632166418099944, "z": -0.2632967764872013 }, "eye": { "x": 1.132232223910324, "y": 0.5542531805594859, "z": 2.60587278533633 }, "center": { "x": 0.1259981547730272, "y": -0.12445077738607858, "z": 0.3283703394534757 }, "projection": { "type": "orthographic" } }, "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "dragmode": "zoom", "aspectmode": "manual", "aspectratio": { "x": 1.100000000000004, "y": 1.100000000000004, "z": 1.100000000000004 } }, "title": { "font": { "size": 20 }, "text": "3D-визуализация распределения относительной влажности в \"Зоне основного хранения (+15...+25 °С)\" №1.15.6 в холодный период года" }, "width": 1896, "xaxis": { "type": "linear", "range": [ 2499, 2501 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -450, 750 ], "autorange": true }, "height": 946, "legend": { "x": 0.9091769157994324, "y": -0.028943248532289557, "title": { "text": "<br>" }, "xanchor": "left", "yanchor": "auto" }, "dragmode": "zoom", "showlegend": true } }, "height": 946, "width": 1896, "user": { "profile_url": "https://chart-studio.plotly.com/~Dzhalil", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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": "2025-05-22 08:01:37", "mapbox_access_tokens": null, "has_password": null, "username": "Dzhalil", "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-22T06:25:47.367802Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Nikhila_VA/2.embed", "fid": "Nikhila_VA:2", "filename": "NIK", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Nikhila_VA:2/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Nikhila_VA/2/2_95RNVKGVQZV0UOHJHBD2VTP5TFS4G5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Nikhila_VA/2/8_5VH6OA3FTE2THR9FTRLJTQZVXCBCA3.png", "list-thumb": "https://api.plotly.com/v2/files/Nikhila_VA:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Nikhila_VA:2", "plots": "https://api.plotly.com/v2/plots/Nikhila_VA:2", "parent": "https://api.plotly.com/v2/folders/home?user=Nikhila_VA" }, "owner": "Nikhila_VA", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Nikhila_VA/2/", "world_readable": true, "date_modified": "2025-08-22T06:25:47.380Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Nikhila_VA/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "L*", "y": "a*", "z": "b*", "text": "L*", "marker": { "color": "L*" } } }, "mode": "markers", "type": "scatter3d", "xsrc": "Nikhila_VA:1:72daa0", "ysrc": "Nikhila_VA:1:2723cf", "zsrc": "Nikhila_VA:1:9065eb", "marker": { "line": { "width": 0 }, "meta": { "columnNames": { "color": "L*" } }, "size": 5, "symbol": "circle", "opacity": 0.75, "colorbar": { "x": 0.4309934370850644, "y": 0.2970822281167108, "title": { "text": "L* Lightness, ranging from black (0) to white (100)" } }, "colorsrc": "Nikhila_VA:1:72daa0", "showscale": true, "reversescale": false }, "textsrc": "Nikhila_VA:1:72daa0" } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "font": { "size": 18 }, "text": "<i>L* (Lightness)</i>" }, "showline": false }, "yaxis": { "type": "linear", "title": { "font": { "size": 17 }, "text": "<i>a* (Red-Green)</i>" } }, "zaxis": { "type": "linear", "title": { "font": { "size": 17 }, "text": "<i>b* (Blue-Yellow)</i>" } }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 2.317555852140608, "y": 0.8884304530617354, "z": 0.050997662307907914 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "bgcolor": "rgb(255, 255, 255)", "aspectmode": "cube", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "<br>" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "autosize": true, "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" }, "colorscale": { "diverging": [ [ 0, "#543005" ], [ 0.1, "#8c510a" ], [ 0.2, "#bf812d" ], [ 0.3, "#dfc27d" ], [ 0.4, "#f6e8c3" ], [ 0.5, "#f5f5f5" ], [ 0.6, "#c7eae5" ], [ 0.7, "#80cdc1" ], [ 0.8, "#35978f" ], [ 0.9, "#01665e" ], [ 1, "#003c30" ] ] }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Nikhila_VA", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.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-22 05:10:20", "mapbox_access_tokens": null, "has_password": null, "username": "Nikhila_VA", "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-22T03:49:53.218123Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jackplot123/5.embed", "fid": "jackplot123:5", "filename": "SST Cognitive Ability_LC EA (Karen)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jackplot123:5/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jackplot123:5/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jackplot123/5/8_X9KGXZBLD5YSOHG5IOZHWGMN4WAOXO.png", "list-thumb": "https://api.plotly.com/v2/files/jackplot123:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jackplot123:5", "plots": "https://api.plotly.com/v2/plots/jackplot123:5", "parent": "https://api.plotly.com/v2/folders/home?user=jackplot123" }, "owner": "jackplot123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jackplot123/5/", "world_readable": true, "date_modified": "2025-08-22T04:01:34.870Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jackplot123/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "toself", "line": { "color": "rgb(83, 1, 107)", "width": 2 }, "meta": { "columnNames": { "r": "B", "text": "B", "theta": "A", "textposition": "A" } }, "mode": "markers", "rsrc": "jackplot123:4:65e1c5", "type": "scatterpolar", "marker": { "line": { "color": "rgb(182, 178, 178)" }, "size": 6, "color": "rgb(83, 1, 107)" }, "textsrc": "jackplot123:4:65e1c5", "textfont": { "size": 30 }, "thetasrc": "jackplot123:4:050ae3", "fillcolor": "rgb(217, 215, 218)", "hoverinfo": "r+theta+text", "cliponaxis": false, "connectgaps": false, "textposition": "top right", "texttemplate": "" } ], "frames": [], "layout": { "font": { "size": 16, "family": "Arial" }, "polar": { "radialaxis": { "side": "clockwise", "type": "linear", "angle": -0.013358311815931091, "range": [ 0, 98.2489270386266 ], "title": { "font": { "size": 13, "color": "rgb(255, 255, 255)" }, "text": "<br>" }, "tickfont": { "color": "rgb(82, 81, 81)" }, "autorange": false, "tickformat": "", "showticklabels": true }, "angularaxis": { "side": "clockwise", "type": "category", "ticks": "outside", "rotation": 90.53139890025713, "showgrid": true, "showline": true, "tickfont": { "size": 28, "color": "rgb(82, 81, 81)" }, "gridcolor": "rgb(54, 53, 53)", "linecolor": "rgb(84, 83, 83)", "linewidth": 1, "tickcolor": "rgb(68, 68, 68)", "tickformat": "", "showticklabels": true } }, "title": { "font": { "size": 22 } }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "margin": { "b": 90, "l": 60, "r": 60, "t": 90 }, "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "zoom", "hovermode": false, "showlegend": false, "uniformtext": { "mode": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jackplot123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-08-30 09:06:53", "mapbox_access_tokens": null, "has_password": null, "username": "jackplot123", "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-21T23:38:25.747523Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~saizhefeng/16.embed", "fid": "saizhefeng:16", "filename": "crosschain-linechat", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/saizhefeng:16/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/saizhefeng:16/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/saizhefeng/16/8_QDZ1MIUDR9QAQ8BX2QMDVFV17M4BAE.png", "list-thumb": "https://api.plotly.com/v2/files/saizhefeng:16/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/saizhefeng:16", "plots": "https://api.plotly.com/v2/plots/saizhefeng:16", "parent": "https://api.plotly.com/v2/folders/home?user=saizhefeng" }, "owner": "saizhefeng", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~saizhefeng/16/", "world_readable": true, "date_modified": "2025-08-22T15:39:11.553Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~saizhefeng/16/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "521b58", "line": { "width": 5 }, "meta": { "columnNames": { "x": "round", "y": "FPP-HTLC" } }, "mode": "markers+lines", "name": "<b>HTLC</b>", "type": "scatter", "xsrc": "saizhefeng:15:097572", "ysrc": "saizhefeng:15:04419a", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 5 } } }, { "uid": "c0385d", "line": { "width": 5 }, "meta": { "columnNames": { "x": "round", "y": "HTLC" } }, "mode": "markers+lines", "name": "<b>FPP-HTLC</b>", "type": "scatter", "xsrc": "saizhefeng:15:097572", "ysrc": "saizhefeng:15:e4b0ef", "yaxis": "y", "marker": { "line": { "width": 5 }, "color": "rgb(239, 88, 14)", "symbol": "circle-open-dot", "maxdisplayed": 0 } } ], "frames": [], "layout": { "font": { "size": 12 }, "title": { "font": { "size": 25 }, "text": "<b>Comparison of execution time : HTLC vs FPP-HTLC on Sepolia and BSC Testnet</b>" }, "xaxis": { "side": "bottom", "type": "linear", "dtick": 1, "range": [ 1, 20 ], "tick0": 0, "ticks": "", "title": { "font": { "size": 25, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "text": "<b>Number of Swap Rounds</b>" }, "domain": [ 0, 1 ], "nticks": 20, "visible": true, "showgrid": true, "showline": false, "tickfont": { "size": 20, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "tickmode": "auto", "zeroline": true, "autorange": false, "gridcolor": "rgb(238, 238, 238)", "gridwidth": 0, "linewidth": 5, "rangemode": "normal", "spikedash": "dash", "spikemode": "toaxis", "spikesnap": "data", "tickangle": "auto", "automargin": false, "fixedrange": true, "showspikes": false, "tickformat": "", "minexponent": 3, "showexponent": "all", "zerolinecolor": "#444", "zerolinewidth": 5, "exponentformat": "B", "showticklabels": true, "spikethickness": 3, "separatethousands": false }, "yaxis": { "side": "left", "type": "linear", "dtick": 1, "range": [ 0, 65 ], "tick0": 0, "ticks": "", "title": { "font": { "size": 25, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "text": "<b>Excuting Time(Seconds)</b>" }, "domain": [ 0, 1 ], "mirror": false, "nticks": 10, "visible": true, "showgrid": true, "showline": true, "tickfont": { "size": 20, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "tickmode": "auto", "zeroline": true, "autorange": false, "gridcolor": "rgb(238, 238, 238)", "gridwidth": 1, "linecolor": "#444", "linewidth": 5, "rangemode": "normal", "spikedash": "dash", "spikemode": "toaxis", "spikesnap": "data", "tickangle": "auto", "automargin": false, "fixedrange": true, "showspikes": true, "tickformat": "", "minexponent": 3, "showexponent": "all", "zerolinecolor": "#444", "zerolinewidth": 5, "exponentformat": "B", "showticklabels": true, "spikethickness": 3, "separatethousands": false }, "legend": { "x": 0.8503766199723655, "y": 1.0338409607695838, "font": { "size": 20 } }, "margin": { "b": 120, "l": 100, "r": 150, "t": 120 }, "autosize": true, "dragmode": "zoom", "hovermode": "x", "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~saizhefeng", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "tommy", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-21 21:32:06", "mapbox_access_tokens": null, "has_password": null, "username": "saizhefeng", "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-21T23:37:06.881716Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~saizhefeng/14.embed", "fid": "saizhefeng:14", "filename": "BSCTestnet-linechat copy", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/saizhefeng:14/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/saizhefeng:14/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/saizhefeng/14/8_CNMJHK148K977MWDEB7M2MU1O910ZU.png", "list-thumb": "https://api.plotly.com/v2/files/saizhefeng:14/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/saizhefeng:14", "plots": "https://api.plotly.com/v2/plots/saizhefeng:14", "parent": "https://api.plotly.com/v2/folders/home?user=saizhefeng" }, "owner": "saizhefeng", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~saizhefeng/14/", "world_readable": true, "date_modified": "2025-08-21T23:37:07.268Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~saizhefeng/14/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "521b58", "meta": { "columnNames": { "x": "round", "y": "FPP-HTLC" } }, "mode": "markers+lines", "name": "HTLC", "type": "scatter", "xsrc": "saizhefeng:13:f47b4b", "ysrc": "saizhefeng:13:9b94fe", "xaxis": "x", "yaxis": "y" }, { "uid": "c0385d", "meta": { "columnNames": { "x": "round", "y": "HTLC" } }, "mode": "markers+lines", "name": "FPP-HTLC", "type": "scatter", "xsrc": "saizhefeng:13:f47b4b", "ysrc": "saizhefeng:13:72fb42", "yaxis": "y", "marker": { "color": "rgb(239, 88, 14)", "symbol": "circle" } } ], "frames": [], "layout": { "title": { "text": "Comparison of execution time : FPP-HTLC and HTLC on BSC Testnet" }, "xaxis": { "side": "bottom", "type": "linear", "dtick": 1, "range": [ 1, 20 ], "tick0": 0, "ticks": "", "title": { "font": { "size": 14, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "text": "Number of Swap Rounds" }, "domain": [ 0, 1 ], "nticks": 20, "visible": true, "showgrid": true, "showline": false, "tickfont": { "size": 12, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "tickmode": "auto", "zeroline": true, "autorange": false, "gridcolor": "rgb(238, 238, 238)", "gridwidth": 1, "rangemode": "normal", "spikedash": "dash", "spikemode": "toaxis", "spikesnap": "data", "tickangle": "auto", "automargin": false, "fixedrange": true, "showspikes": false, "tickformat": "", "minexponent": 3, "showexponent": "all", "zerolinecolor": "#444", "zerolinewidth": 1, "exponentformat": "B", "showticklabels": true, "spikethickness": 3, "separatethousands": false }, "yaxis": { "side": "left", "type": "linear", "dtick": 1, "range": [ 0, 30 ], "tick0": 0, "ticks": "", "title": { "font": { "size": 14, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "text": "Excuting Time(Seconds)" }, "domain": [ 0, 1 ], "mirror": false, "nticks": 10, "visible": true, "showgrid": true, "showline": true, "tickfont": { "size": 12, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "tickmode": "auto", "zeroline": true, "autorange": false, "gridcolor": "rgb(238, 238, 238)", "gridwidth": 1, "linecolor": "#444", "linewidth": 1, "rangemode": "normal", "spikedash": "dash", "spikemode": "toaxis", "spikesnap": "data", "tickangle": "auto", "automargin": false, "fixedrange": true, "showspikes": true, "tickformat": "", "minexponent": 3, "showexponent": "all", "zerolinecolor": "#444", "zerolinewidth": 1, "exponentformat": "B", "showticklabels": true, "spikethickness": 3, "separatethousands": false }, "legend": { "x": 0.8978173190984579, "y": 1.0684931506849316 }, "autosize": true, "dragmode": "zoom", "hovermode": "x", "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~saizhefeng", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "tommy", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-21 21:32:06", "mapbox_access_tokens": null, "has_password": null, "username": "saizhefeng", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "