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=cD0yMDI1LTA3LTA4KzEyJTNBMDMlM0EwMy44NzA2OTIlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTA4KzEwJTNBMjAlM0E1OS41NjQxNDAlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0wOCsxMiUzQTAwJTNBMzEuNzc1ODIyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-08T12:00:31.775822Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~IvanovDV18/8.embed", "fid": "IvanovDV18:8", "filename": "Plot 8", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/8/9_MITFGAXTT63JBKMK81UMU3T70NJ4W4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/8/2_QZCMHLOTRJHT2SOI50NF8AP22MCPT9.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/8/8_D2J0CUHW3R0LE0GUEBS5YC7GBZS3VX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/8/9_MITFGAXTT63JBKMK81UMU3T70NJ4W4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/IvanovDV18:8", "plots": "https://api.plotly.com/v2/plots/IvanovDV18:8", "parent": "https://api.plotly.com/v2/folders/home?user=IvanovDV18" }, "owner": "IvanovDV18", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~IvanovDV18/8/", "world_readable": true, "date_modified": "2025-07-11T13:34:53.294Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~IvanovDV18/8/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT01" } }, "mode": "lines", "name": "TT01", "type": "scatter", "xsrc": "IvanovDV18:18:66c96f", "ysrc": "IvanovDV18:18:12e983", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT02" } }, "mode": "lines", "name": "TT02", "type": "scatter", "xsrc": "IvanovDV18:18:66c96f", "ysrc": "IvanovDV18:18:de42f0", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT03" } }, "mode": "lines", "name": "TT03", "type": "scatter", "xsrc": "IvanovDV18:18:66c96f", "ysrc": "IvanovDV18:18:e47b4c", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT04" } }, "mode": "lines", "name": "TT04", "type": "scatter", "xsrc": "IvanovDV18:18:66c96f", "ysrc": "IvanovDV18:18:cd106c", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT05" } }, "mode": "lines", "name": "TT05", "type": "scatter", "xsrc": "IvanovDV18:18:66c96f", "ysrc": "IvanovDV18:18:2a0da4", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT06" } }, "mode": "lines", "name": "TT06", "type": "scatter", "xsrc": "IvanovDV18:18:66c96f", "ysrc": "IvanovDV18:18:c0421d", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 12 }, "title": { "font": { "size": 19 }, "text": "Многозонная термопара в Р-03" }, "xaxis": { "type": "date", "range": [ "2025-07-04 15:08", "2025-07-11 15:51" ], "ticks": "inside", "title": { "font": { "size": 18 }, "text": "Дата" }, "tickfont": { "size": 14 }, "autorange": true, "gridwidth": 2, "showspikes": false, "rangeslider": { "range": [ "2025-07-04 15:08:56", "2025-07-07 14:25:36" ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinewidth": 2 }, "yaxis": { "type": "linear", "range": [ -8.373055555555558, 221.78805555555556 ], "ticks": "inside", "title": { "font": { "size": 17 }, "text": "Температура, С" }, "nticks": 16, "tickfont": { "size": 15 }, "autorange": true }, "autosize": true, "hovermode": "closest", "annotations": [ { "x": "2025-07-07 14:37:18.6049", "y": 56.03909810874705, "ax": -68, "ay": -39, "text": "настройка преобразователя<br>многозонной термопары" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~IvanovDV18", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-08 09:16:26", "mapbox_access_tokens": null, "has_password": null, "username": "IvanovDV18", "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-07-08T11:48:37.507050Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~IvanovDV18/6.embed", "fid": "IvanovDV18:6", "filename": "Plot 6", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/6/9_QITWX3WLVK7KMLDRFK7HU49O31CKLJ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/6/2_TIX9P588VM7GJ8VHME15FBHR26UJCG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/6/8_KIOF7CEFLRYXQDVL10G78JJNR4DZUQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/6/9_QITWX3WLVK7KMLDRFK7HU49O31CKLJ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/IvanovDV18:6", "plots": "https://api.plotly.com/v2/plots/IvanovDV18:6", "parent": "https://api.plotly.com/v2/folders/home?user=IvanovDV18" }, "owner": "IvanovDV18", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~IvanovDV18/6/", "world_readable": true, "date_modified": "2025-07-11T13:36:14.102Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~IvanovDV18/6/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Âðåìÿ", "y": "203_02TT01" } }, "mode": "lines", "name": "02TT01 (Перед Leprost)", "type": "scatter", "xsrc": "IvanovDV18:19:ea3af8", "ysrc": "IvanovDV18:19:58b535", "stackgroup": null }, { "meta": { "columnNames": { "x": "Âðåìÿ", "y": "203_T03_TT01" } }, "mode": "lines", "name": "TT01 (Перед Р-003)", "type": "scatter", "xsrc": "IvanovDV18:19:ea3af8", "ysrc": "IvanovDV18:19:5eac4c", "stackgroup": null }, { "meta": { "columnNames": { "x": "Âðåìÿ", "y": "203_P04_TT06" } }, "mode": "lines", "name": "TT06 ", "type": "scatter", "xsrc": "IvanovDV18:19:ea3af8", "ysrc": "IvanovDV18:19:7300c4", "stackgroup": null }, { "meta": { "columnNames": { "x": "Âðåìÿ", "y": "203_T03_TT05" } }, "mode": "lines", "name": "TT05", "type": "scatter", "xsrc": "IvanovDV18:19:ea3af8", "ysrc": "IvanovDV18:19:7c45c8", "stackgroup": null }, { "meta": { "columnNames": { "x": "Âðåìÿ", "y": "203_T03_TT04" } }, "mode": "lines", "name": "TT04", "type": "scatter", "xsrc": "IvanovDV18:19:ea3af8", "ysrc": "IvanovDV18:19:6e36fb", "stackgroup": null }, { "meta": { "columnNames": { "x": "Âðåìÿ", "y": "203_T03_TT03" } }, "mode": "lines", "name": "TT03", "type": "scatter", "xsrc": "IvanovDV18:19:ea3af8", "ysrc": "IvanovDV18:19:8dff2b", "stackgroup": null }, { "meta": { "columnNames": { "x": "Âðåìÿ", "y": "203_T03_TT02" } }, "mode": "lines", "name": "TT02", "type": "scatter", "xsrc": "IvanovDV18:19:ea3af8", "ysrc": "IvanovDV18:19:d0c697", "stackgroup": null }, { "meta": { "columnNames": { "x": "Âðåìÿ", "y": "203_03TT01" } }, "mode": "lines", "name": "03TT01 (После Т-04)", "type": "scatter", "xsrc": "IvanovDV18:19:ea3af8", "ysrc": "IvanovDV18:19:8f291d", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 12 }, "title": { "font": { "size": 19 }, "text": "Теплообменник Т-03" }, "xaxis": { "type": "date", "range": [ "2025-07-04 15:08", "2025-07-11 15:51" ], "ticks": "inside", "title": { "font": { "size": 18 }, "text": "Дата" }, "tickfont": { "size": 14 }, "autorange": true, "gridwidth": 2, "showspikes": false, "rangeslider": { "range": [ "2025-07-04 15:08:56", "2025-07-07 14:25:36" ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinewidth": 2 }, "yaxis": { "type": "linear", "range": [ 26.602833333333333, 169.12616666666668 ], "ticks": "inside", "title": { "font": { "size": 17 }, "text": "Температура, С" }, "nticks": 16, "tickfont": { "size": 15 }, "autorange": true }, "autosize": true, "hovermode": "closest", "annotations": [ { "x": "2025-07-08 11:33:03.3921", "y": 57.327776595744695, "ax": -131, "ay": -49, "text": "настройка циркуляции ВОЦ" }, { "x": "2025-07-08 17:01:23.8687", "y": 146.27981914893618, "ax": -85, "ay": 2, "text": "закрыли байпас" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~IvanovDV18", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-08 09:16:26", "mapbox_access_tokens": null, "has_password": null, "username": "IvanovDV18", "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-07-08T11:41:09.444988Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~malemany/15.embed", "fid": "malemany:15", "filename": "080725_Actin_intensity_Jurkat_pulse_n=1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/malemany/15/9_J33VVSIZ7WISM419NLDR9LLMSYJXUV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/malemany/15/2_ZYA1NFZBLWP3T8MUBAKKWNVMLHY6QA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/malemany/15/8_O6RLHRSXN3EE2O8CMRE9BKVVEXUR97.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/malemany/15/9_J33VVSIZ7WISM419NLDR9LLMSYJXUV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/malemany:15", "plots": "https://api.plotly.com/v2/plots/malemany:15", "parent": "https://api.plotly.com/v2/folders/home?user=malemany" }, "owner": "malemany", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~malemany/15/", "world_readable": true, "date_modified": "2025-07-08T13:49:04.795Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~malemany/15/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(0, 0, 0)", "width": 3 }, "meta": { "columnNames": { "x": "F", "y": "A" } }, "mode": "markers", "name": "Untreated", "type": "box", "xsrc": "malemany:14:252eb5", "ysrc": "malemany:14:c15711", "jitter": 0, "marker": { "color": "rgb(10, 10, 10)" }, "boxmean": false, "error_x": { "type": "percent", "color": "rgba(255, 153, 51, 1.0)", "value": 10, "width": 4, "visible": false, "symmetric": false, "thickness": 2, "valueminus": 10 }, "hoveron": "boxes+points", "notched": false, "meanline": { "visible": true }, "pointpos": 0, "bandwidth": 0, "boxpoints": "outliers", "fillcolor": "rgb(255, 255, 255)", "hoverinfo": "x+y+name" }, { "line": { "color": "rgb(0, 0, 0)", "width": 3 }, "meta": { "columnNames": { "y": "B" } }, "name": "1h", "type": "box", "ysrc": "malemany:14:ba4c93", "marker": { "color": "rgb(8, 8, 8)" }, "meanline": { "visible": true }, "bandwidth": 0, "boxpoints": "outliers", "fillcolor": "rgb(250, 250, 250)" }, { "line": { "color": "rgb(0, 0, 0)", "width": 3 }, "meta": { "columnNames": { "y": "C" } }, "name": "6h", "type": "box", "ysrc": "malemany:14:378a2e", "marker": { "color": "rgb(10, 10, 10)" }, "meanline": { "visible": true }, "bandwidth": 0, "boxpoints": "outliers", "fillcolor": "rgb(255, 255, 255)" }, { "line": { "color": "rgb(0, 0, 0)", "width": 3 }, "meta": { "columnNames": { "y": "D" } }, "name": "18h", "type": "box", "ysrc": "malemany:14:d1bc0d", "marker": { "color": "rgb(15, 15, 15)" }, "meanline": { "visible": true }, "bandwidth": 0, "boxpoints": "outliers", "fillcolor": "rgb(255, 255, 255)" }, { "line": { "color": "rgb(0, 0, 0)", "width": 3 }, "meta": { "columnNames": { "y": "E" } }, "name": "24h", "type": "box", "ysrc": "malemany:14:4cf979", "marker": { "color": "rgb(0, 0, 0)" }, "meanline": { "visible": true }, "bandwidth": 0, "boxpoints": "outliers", "fillcolor": "rgb(255, 255, 255)" } ], "frames": [], "layout": { "font": { "color": "rgb(0, 0, 0)" }, "title": { "text": "<br>" }, "xaxis": { "type": "category", "range": [ -0.5, 4.5 ], "title": { "font": { "color": "rgb(0, 0, 0)" }, "text": "" }, "showgrid": false, "showline": false, "tickfont": { "color": "rgb(0, 0, 0)" }, "tickmode": "auto", "zeroline": true, "autorange": true, "gridcolor": "rgb(0, 0, 0)", "linecolor": "rgb(0, 0, 0)", "zerolinecolor": "#E1E5ED" }, "yaxis": { "type": "linear", "range": [ -221490.1392222222, 4208312.645222222 ], "title": { "font": { "color": "rgb(0, 0, 0)" }, "text": "Actin average fluorescence intensity (A.U)" }, "showgrid": true, "showline": true, "tickfont": { "color": "rgb(0, 0, 0)" }, "tickmode": "auto", "zeroline": true, "autorange": true, "gridcolor": "rgb(216, 217, 219)", "gridwidth": 0, "linecolor": "rgb(0, 0, 0)", "zerolinecolor": "rgb(0, 0, 0)" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "boxmode": "overlay", "autosize": true, "colorscale": { "sequential": [ [ 0, "#ffffff" ], [ 0.125, "#f0f0f0" ], [ 0.25, "#d9d9d9" ], [ 0.375, "#bdbdbd" ], [ 0.5, "#969696" ], [ 0.625, "#737373" ], [ 0.75, "#525252" ], [ 0.875, "#252525" ], [ 1, "#000000" ] ], "sequentialminus": [ [ 0, "#ffffff" ], [ 0.125, "#f0f0f0" ], [ 0.25, "#d9d9d9" ], [ 0.375, "#bdbdbd" ], [ 0.5, "#969696" ], [ 0.625, "#737373" ], [ 0.75, "#525252" ], [ 0.875, "#252525" ], [ 1, "#000000" ] ] }, "showlegend": false, "plot_bgcolor": "rgb(255, 255, 255)", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~malemany", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-17 15:39:10", "mapbox_access_tokens": null, "has_password": null, "username": "malemany", "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-07-08T11:39:10.462165Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Yamuna_kallakuri/1.embed", "fid": "Yamuna_kallakuri:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Yamuna_kallakuri/1/9_DGRIOJ5O0U2RQ8L01TJKPK6OG6FQE4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Yamuna_kallakuri/1/2_7ZI10UYJW48U2FLKFB1Z1ROPA3QR4E.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Yamuna_kallakuri/1/8_BA9SQQSA22VDGY9CB16TGIFUALANAY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Yamuna_kallakuri/1/9_DGRIOJ5O0U2RQ8L01TJKPK6OG6FQE4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Yamuna_kallakuri:1", "plots": "https://api.plotly.com/v2/plots/Yamuna_kallakuri:1", "parent": "https://api.plotly.com/v2/folders/home?user=Yamuna_kallakuri" }, "owner": "Yamuna_kallakuri", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Yamuna_kallakuri/1/", "world_readable": true, "date_modified": "2025-07-08T11:41:26.844Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Yamuna_kallakuri/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "classification", "y": "" } }, "mode": "markers", "type": "bar", "xsrc": "Yamuna_kallakuri:0:88f286", "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 1.5 ], "autorange": true }, "yaxis": { "range": [ 0, 9.473684210526315 ], "title": { "text": "count" }, "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" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Yamuna_kallakuri", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-08 11:05:57", "mapbox_access_tokens": null, "has_password": null, "username": "Yamuna_kallakuri", "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-07-08T11:19:11.224953Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Dzhalil/21.embed", "fid": "Dzhalil:21", "filename": "Plot 21", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/21/9_6AYDYP8EYIPRPZI1IX0ABN9X1CIDYX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/21/2_C2SBISJ10FXWLAZDD9N4JOX2DLC9WA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/21/8_TVOR4E77VGIY3QE21RRV3MGTNGMR1J.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Dzhalil/21/9_6AYDYP8EYIPRPZI1IX0ABN9X1CIDYX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Dzhalil:21", "plots": "https://api.plotly.com/v2/plots/Dzhalil:21", "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/21/", "world_readable": true, "date_modified": "2025-07-08T11:19:11.238Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Dzhalil/21/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "<br>, x", "y": "<br>, y", "z": "<br>, z", "text": "text", "marker": { "color": "Data" } } }, "mode": "markers+text", "name": "<br>", "type": "scatter3d", "xsrc": "Dzhalil:20:e516fe", "ysrc": "Dzhalil:20:3a6277", "zsrc": "Dzhalil:20:18d2d4", "marker": { "cmax": 4.6, "cmin": 3.2, "meta": { "columnNames": { "color": "color" } }, "cauto": false, "colorbar": { "title": { "text": "<br>" } }, "colorsrc": "Dzhalil:20:d65466", "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:20:ac9a56", "visible": true, "textfont": { "size": 20, "family": "Times New Roman" }, "hoverinfo": "x+y+z+text+name", "hoverlabel": { "namelength": 15 }, "showlegend": false, "textposition": "top right", "autocolorscale": false }, { "meta": { "columnNames": { "x": "<br> (1), x", "y": "<br> (1), y", "z": "<br> (1), z" } }, "mode": "markers", "name": "<br>", "type": "scatter3d", "xsrc": "Dzhalil:20:1df479", "ysrc": "Dzhalil:20:e7d613", "zsrc": "Dzhalil:20:da9951", "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": "Длинна, мм" }, "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 } }, "camera": { "up": { "x": 0.12928174084404576, "y": 0.9234899757715598, "z": 0.3611820816897997 }, "eye": { "x": -0.9928968186241289, "y": 0.8921069487145068, "z": -2.49798090664923 }, "center": { "x": -0.0416247533925847, "y": -0.23277096367414948, "z": 0.03766915429393084 }, "projection": { "type": "perspective" } }, "dragmode": "zoom", "aspectmode": "auto", "aspectratio": { "x": 0.7655712976309225, "y": 1.9300116746998046, "z": 0.6767907605947314 } }, "title": { "font": { "size": 20 }, "text": "3D Визуализация поддержания\nтемпературного режима в камере холодильника Polair ШХФ – 0,5 в оснащенном\nсостоянии" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "legend": { "x": 1.03, "y": 1.05, "title": { "text": "<b>T, °С</b>" }, "valign": "bottom", "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-07-08T11:18:56.242115Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ali.asmari/1.embed", "fid": "ali.asmari:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ali.asmari/1/9_1OU9WL1E20SQ0W8UKN09CJ1XCAQ74O.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ali.asmari/1/2_OC39JMSWGNLNNB4RBSL3YX2QNS8JDY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ali.asmari/1/8_F0LD5UOHQQQEPLHH2T8EIXDYKK23NV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ali.asmari/1/9_1OU9WL1E20SQ0W8UKN09CJ1XCAQ74O.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ali.asmari:1", "plots": "https://api.plotly.com/v2/plots/ali.asmari:1", "parent": "https://api.plotly.com/v2/folders/home?user=ali.asmari" }, "owner": "ali.asmari", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ali.asmari/1/", "world_readable": true, "date_modified": "2025-07-08T11:18:56.256Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ali.asmari/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "Actual", "type": "scatter", "xsrc": "ali.asmari:0:cdcae4", "ysrc": "ali.asmari:0:47ada7", "boxpoints": false }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "Calibrated", "type": "scatter", "xsrc": "ali.asmari:0:cdcae4", "ysrc": "ali.asmari:0:2e670e", "opacity": 1, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 14 }, "title": { "x": 0.5, "font": { "family": "Arial" }, "text": "Calibrated vs Actual TDS" }, "xaxis": { "type": "linear", "range": [ 1, 20 ], "title": { "text": "Sample Number" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 32281.722222222223, 68567.27777777778 ], "title": { "text": "TDS (ppm)" }, "autorange": true }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ali.asmari", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.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-07-08 11:17:04", "mapbox_access_tokens": null, "has_password": null, "username": "ali.asmari", "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-07-08T11:08:45.095926Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~IvanovDV18/3.embed", "fid": "IvanovDV18:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/3/9_HX1DUDWHH7UGBR8ZZP0PNORV1CB5NV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/3/2_QWNYCCK5HPZA3DNF78SQGYO6KZBIFP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/3/8_ETXQF63U9PCW9Y1E0129ZIP9SPXK0Y.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/IvanovDV18/3/9_HX1DUDWHH7UGBR8ZZP0PNORV1CB5NV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/IvanovDV18:3", "plots": "https://api.plotly.com/v2/plots/IvanovDV18:3", "parent": "https://api.plotly.com/v2/folders/home?user=IvanovDV18" }, "owner": "IvanovDV18", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~IvanovDV18/3/", "world_readable": true, "date_modified": "2025-07-11T13:33:17.167Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~IvanovDV18/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Дата", "y": "201_TZT03" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:3e23c6", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "201_TZT02" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:ed612c", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "201_09TT01" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:2fe374", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_02TT01" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:30a242", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_T03_TT01" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:484acd", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT02" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:39c118", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT01" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:f45370", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT03" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:08b42b", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT04" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:b797e7", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT05" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:46c38d", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P03_TT06" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:701335", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P04_TT02/1" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:1470ea", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P04_TT01" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:f987a4", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P04_TT02" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:904217", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P04_TT03" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:f5223b", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P04_TT04" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:87af0e", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P04_TT05" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:fbcf43", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_P04_TT06" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:dcee2f", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_T03_TT05" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:375d5c", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_T03_TT04" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:ded4df", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_T03_TT03" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:007ad4", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_T03_TT02" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:90c0c3", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_03TT01" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:af69ad", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "204_4_06TT01" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:634b40", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "203_05TT01" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:aff85c", "stackgroup": null }, { "meta": { "columnNames": { "x": "Дата", "y": "204_01TZT01" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "IvanovDV18:16:081f06", "ysrc": "IvanovDV18:16:8ca419", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 12 }, "title": { "font": { "size": 19 }, "text": "Тренды температур в блоках 203 и 204. Сушка футеровки. Этап 1." }, "xaxis": { "type": "date", "range": [ "2025-07-04 15:08", "2025-07-11 15:51" ], "ticks": "outside", "title": { "font": { "size": 18 }, "text": "Дата" }, "nticks": 19, "tickfont": { "size": 15 }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -8.373055555555558, 221.78805555555556 ], "ticks": "outside", "title": { "font": { "size": 18 }, "text": "Температура, С" }, "nticks": 14, "tickfont": { "size": 15 }, "autorange": true, "showspikes": false }, "autosize": true, "hovermode": "closest", "annotations": [ { "x": "2025-07-07 15:21:05.7552", "y": 55.81957446808511, "ax": -122, "ay": -30, "text": "настройка преобразователя<br>многозонной термопары" }, { "x": "2025-07-08 10:47:50.9913", "y": 70.23460992907802, "ax": -83, "ay": -21, "text": "настройка циркуляции ВОЦ" }, { "x": "2025-07-08 16:54:05.729", "y": 146.41344639736872, "ax": -81, "ay": -1, "text": "закрыли байпас" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~IvanovDV18", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-08 09:16:26", "mapbox_access_tokens": null, "has_password": null, "username": "IvanovDV18", "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-07-08T11:03:58.575762Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Parth123/2.embed", "fid": "Parth123:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Parth123/2/9_TIF8MO4LN1G92G5TFKZFTANK4UN3QZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Parth123/2/2_59W3MAG5ENE0I7IAOPY9DV1OIKTDK6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Parth123/2/8_LGN21Y470JSW2Q3JG4MQ7SM9ZCV1PG.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Parth123/2/9_TIF8MO4LN1G92G5TFKZFTANK4UN3QZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Parth123:2", "plots": "https://api.plotly.com/v2/plots/Parth123:2", "parent": "https://api.plotly.com/v2/folders/home?user=Parth123" }, "owner": "Parth123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Parth123/2/", "world_readable": true, "date_modified": "2025-07-08T11:03:58.587Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Parth123/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "Parth123:0:927452", "ysrc": "Parth123:0:ad2064" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 500.218724, 600.112222 ], "title": { "text": "Wavenumber (cm⁻¹)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -185.8531645, 11801.5905855 ], "title": { "text": "Intensity(a.u.)" }, "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/~Parth123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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-07-08 11:01:43", "mapbox_access_tokens": null, "has_password": null, "username": "Parth123", "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-07-08T11:00:01.462871Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~matwalsh1305/3.embed", "fid": "matwalsh1305:3", "filename": "715", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/matwalsh1305/3/9_Y5JIAQ9S5XMRCRMHHS9JTLT13NN0A2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/matwalsh1305/3/2_3ZO0UKLMGC85JOISKWL5DM7HCZQU92.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/matwalsh1305/3/8_7XN9U0YQSM78G4YD5XWY6J6KBZB75M.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/matwalsh1305/3/9_Y5JIAQ9S5XMRCRMHHS9JTLT13NN0A2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/matwalsh1305:3", "plots": "https://api.plotly.com/v2/plots/matwalsh1305:3", "parent": "https://api.plotly.com/v2/folders/home?user=matwalsh1305" }, "owner": "matwalsh1305", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~matwalsh1305/3/", "world_readable": true, "date_modified": "2025-07-08T11:00:01.473Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~matwalsh1305/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 3 }, "meta": { "columnNames": { "x": "Date &amp; time", "y": "RoomTemperature.C" } }, "mode": "lines", "name": "RoomTemp.C", "type": "scatter", "xsrc": "matwalsh1305:2:d59a6d", "ysrc": "matwalsh1305:2:edf642", "xaxis": "x2", "selectedpoints": [] }, { "meta": { "columnNames": { "x": "Date &amp; time", "y": "DeliveryTemperature.C" } }, "mode": "lines", "name": "SupplyTemp.C", "type": "scatter", "xsrc": "matwalsh1305:2:d59a6d", "ysrc": "matwalsh1305:2:0adf80", "xaxis": "x2", "stackgroup": null, "selectedpoints": [] }, { "meta": { "columnNames": { "x": "Date &amp; time", "y": "RoomRelHumidity.%RH" } }, "mode": "lines", "name": "RoomRH.%", "type": "scatter", "xsrc": "matwalsh1305:2:d59a6d", "ysrc": "matwalsh1305:2:c846f0", "xaxis": "x2", "yaxis": "y2", "stackgroup": null }, { "line": { "dash": "dash", "shape": "linear" }, "meta": { "columnNames": { "x": "Date &amp; time", "y": "RH Setpoint " } }, "mode": "lines", "name": "RH.Setpoint", "type": "scatter", "xsrc": "matwalsh1305:2:d59a6d", "ysrc": "matwalsh1305:2:efc0ef", "xaxis": "x2", "yaxis": "y2", "orientation": "v" }, { "meta": { "columnNames": { "x": "Date &amp; time", "y": "Dehumidification" } }, "mode": "lines", "name": "Dehum", "type": "bar", "xsrc": "matwalsh1305:2:d59a6d", "ysrc": "matwalsh1305:2:a76077", "xaxis": "x2", "yaxis": "y3", "stackgroup": null, "orientation": "v" }, { "meta": { "columnNames": { "x": "Date &amp; time", "y": "ElectricHeater1" } }, "name": "Heater", "type": "bar", "xsrc": "matwalsh1305:2:d59a6d", "ysrc": "matwalsh1305:2:f05c74", "xaxis": "x2", "yaxis": "y4", "orientation": "v" }, { "meta": { "columnNames": { "x": "Date &amp; time", "y": "SystemOn(Fans)" } }, "type": "bar", "xsrc": "matwalsh1305:2:d59a6d", "ysrc": "matwalsh1305:2:be9213", "xaxis": "x2", "yaxis": "y5", "orientation": "v" } ], "frames": [], "layout": { "yaxis": { "side": "left", "type": "linear", "range": [ 12.305555555555555, 21.92037113548344 ], "ticks": "inside", "title": { "text": "Temperature (C)" }, "anchor": "x", "domain": [ 0.75, 1 ], "autorange": false, "overlaying": false, "showspikes": true, "rangeslider": { "visible": false }, "spikethickness": 1 }, "bargap": 0, "shapes": [], "xaxis2": { "side": "bottom", "type": "category", "range": [ 355.39564502875925, 521.0488907148726 ], "anchor": "y3", "domain": [ 0, 1 ], "showgrid": true, "showline": false, "autorange": false, "fixedrange": false, "showspikes": true, "rangeslider": { "range": [ -0.5, 524.5 ], "yaxis": {}, "yaxis2": {}, "yaxis3": {}, "yaxis4": {}, "yaxis5": {}, "visible": false, "autorange": true, "thickness": 0.01 }, "showticklabels": false, "spikethickness": 1 }, "yaxis2": { "side": "left", "type": "linear", "range": [ 39.111111111111114, 76.88888888888889 ], "ticks": "inside", "title": { "text": "Humidity (%)" }, "domain": [ 0.5, 0.75 ], "autorange": true, "overlaying": false, "showspikes": true, "rangeslider": { "visible": false }, "spikethickness": 1 }, "yaxis3": { "side": "left", "type": "category", "range": [ -0.05555555555555556, 1.0555555555555556 ], "title": { "text": "Dehumidifier" }, "domain": [ 0, 0.125 ], "autorange": true, "overlaying": false, "showspikes": true, "spikethickness": 1 }, "yaxis4": { "side": "left", "type": "category", "range": [ -0.05555555555555556, 1.0555555555555556 ], "title": { "text": "Heater" }, "domain": [ 0.125, 0.25 ], "autorange": true, "fixedrange": true, "overlaying": false }, "yaxis5": { "side": "left", "type": "category", "range": [ -0.05555555555555556, 1.0555555555555556 ], "title": { "text": "Fans" }, "domain": [ 0.25, 0.375 ], "autorange": true, "overlaying": false }, "autosize": true, "dragmode": "zoom", "bargroupgap": 0 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~matwalsh1305", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.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-07-02 07:53:59", "mapbox_access_tokens": null, "has_password": null, "username": "matwalsh1305", "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-07-08T10:20:59.564140Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Angelos21156/3.embed", "fid": "Angelos21156:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Angelos21156/3/9_EPAX1AAETAQPYGL6VK22QE7FUAW4AY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Angelos21156/3/2_E19Y1WL4LHPNCAANZTCM6XJUZ25HFO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Angelos21156/3/8_PBIT2QJQ6KKP46BG01ZKHSH0RSW48L.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Angelos21156/3/9_EPAX1AAETAQPYGL6VK22QE7FUAW4AY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Angelos21156:3", "plots": "https://api.plotly.com/v2/plots/Angelos21156:3", "parent": "https://api.plotly.com/v2/folders/home?user=Angelos21156" }, "owner": "Angelos21156", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Angelos21156/3/", "world_readable": true, "date_modified": "2025-07-08T10:20:59.576Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Angelos21156/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1c333a", "fill": "tozeroy", "line": { "color": "rgb(0, 51, 102)", "shape": "linear", "width": 1 }, "meta": { "columnNames": { "x": "Col1", "y": "Col3" } }, "mode": "lines", "name": "Col3", "type": "scatter", "xsrc": "Angelos21156:0:d31e99", "ysrc": "Angelos21156:0:8c41cd", "marker": { "color": "rgb(0, 51, 102)" }, "connectgaps": false }, { "meta": { "columnNames": { "x": "A" } }, "name": "%{meta.columnNames.x}", "type": "bar", "xsrc": "Angelos21156:2:db65b2", "orientation": "h" } ], "frames": [], "layout": { "title": { "font": { "size": 18, "family": "Droid Serif, serif" }, "text": "Household growth, 1995 through Sept. 2015" }, "width": 545, "xaxis": { "type": "category", "dtick": 12, "range": [ 0, 236 ], "title": { "font": { "size": 11, "family": "Droid Sans, sans-serif" }, "text": "Source: <a href=\"http://www.census.gov/housing/hvs/data/histtables.html\">U.S. Census Bureau</a>" }, "showgrid": false, "tickfont": { "size": 11, "family": "Droid Sans, sans-serif" }, "tickmode": "linear", "autorange": true, "tickangle": -45 }, "yaxis": { "type": "linear", "range": [ -2736700, 2597300 ], "title": { "font": { "family": "Droid Sans, sans-serif" } }, "tickfont": { "size": 11, "family": "Droid Sans, sans-serif" }, "autorange": true }, "height": 400, "margin": { "b": 90, "l": 60, "r": 60, "t": 80, "pad": 0 }, "barmode": "group", "autosize": true, "colorway": [ "#3366cc", "#dc3912", "#ff9900", "#109618", "#990099", "#0099c6", "#dd4477", "#66aa00", "#b82e2e", "#316395" ], "colorscale": { "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "plot_bgcolor": "rgb(255, 255, 255)" } }, "height": 400, "width": 545, "user": { "profile_url": "https://chart-studio.plotly.com/~Angelos21156", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-08 10:16:56", "mapbox_access_tokens": null, "has_password": null, "username": "Angelos21156", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "