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=cD0yMDI1LTA4LTMwKzE4JTNBMzMlM0E0My45Mzg3MzUlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA4LTMwKzA4JTNBMjglM0E1Ni45NjIwMDglMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOC0zMCsxNiUzQTI3JTNBNDQuNzYyODY2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-30T16:27:44.762866Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~yghassan220/4.embed", "fid": "yghassan220:4", "filename": "Plot 4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/yghassan220/4/9_AZT6TYRSMSH787K97ZRTH0MA77KBED.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/yghassan220/4/2_WRTYC2QKVTHB8HX72W04FJP13DADL7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yghassan220/4/8_AUHHB9PXEGW7REVH4SDIQNZBCHMK8V.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/yghassan220/4/9_AZT6TYRSMSH787K97ZRTH0MA77KBED.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/yghassan220:4", "plots": "https://api.plotly.com/v2/plots/yghassan220:4", "parent": "https://api.plotly.com/v2/folders/home?user=yghassan220" }, "owner": "yghassan220", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~yghassan220/4/", "world_readable": true, "date_modified": "2025-08-30T16:27:44.773Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~yghassan220/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "epoch", "y": "training_loss" } }, "mode": "markers+lines", "name": "Training", "type": "scatter", "xsrc": "yghassan220:3:b69b6c", "ysrc": "yghassan220:3:2870a3", "marker": { "color": "rgb(2, 111, 230)", "symbol": "cross" } }, { "line": { "dash": "dot" }, "meta": { "columnNames": { "x": "epoch", "y": "validation_loss" } }, "mode": "markers+lines", "name": "Validation", "type": "scatter", "xsrc": "yghassan220:3:b69b6c", "ysrc": "yghassan220:3:86e73b", "marker": { "symbol": "circle" }, "stackgroup": null } ], "frames": [], "layout": { "title": { "x": 0.5, "font": { "size": 26 }, "text": "Training and Validation Loss" }, "xaxis": { "type": "linear", "range": [ -1.3658088235294117, 42.36580882352941 ], "title": { "font": { "size": 24 }, "text": "Epochs" }, "mirror": false, "showline": true, "autorange": true, "linecolor": "rgb(5, 5, 5)", "zerolinecolor": "rgb(8, 8, 8)", "zerolinewidth": 1 }, "yaxis": { "type": "linear", "range": [ 0.0070315889463291245, 0.3636077293391654 ], "title": { "font": { "size": 24 }, "text": "Loss" }, "showline": false, "zeroline": true, "autorange": true, "zerolinecolor": "rgb(13, 14, 14)", "zerolinewidth": 1 }, "legend": { "x": 0.869605343047966, "y": 1.0215327334781261, "font": { "size": 17 } }, "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/~yghassan220", "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-08-28 13:56:37", "mapbox_access_tokens": null, "has_password": null, "username": "yghassan220", "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-30T16:10:25.430395Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~alanarro/1.embed", "fid": "alanarro:1", "filename": "Curva DBO_ALAN", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/alanarro/1/9_96T1DHB1IJ1ZI99TLRYEPIXLN3TPLH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/alanarro/1/2_IIYTUKCOW2P0GQNIM899A1R5YJHKSD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alanarro/1/8_GM5P0RCZ03WVSPV2YYVWOGMS6MRR90.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alanarro/1/9_96T1DHB1IJ1ZI99TLRYEPIXLN3TPLH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/alanarro:1", "plots": "https://api.plotly.com/v2/plots/alanarro:1", "parent": "https://api.plotly.com/v2/folders/home?user=alanarro" }, "owner": "alanarro", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~alanarro/1/", "world_readable": true, "date_modified": "2025-08-30T16:10:25.439Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~alanarro/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "alanarro:0:a5a191", "ysrc": "alanarro:0:702b1d" } ], "frames": [], "layout": { "title": { "text": "Curva DBO 5" }, "xaxis": { "type": "linear", "range": [ 0.017604002594274193, 5.036829426480125 ], "title": { "text": "Tiempo (días)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -4.123003281996031, 110.22831684383087 ], "title": { "text": "DBO (mg/L)" }, "autorange": true }, "autosize": true, "dragmode": "pan" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~alanarro", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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-08-30 16:06:05", "mapbox_access_tokens": null, "has_password": null, "username": "alanarro", "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-30T15:16:54.120756Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wiw22037/3.embed", "fid": "wiw22037:3", "filename": "Polkurve", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/wiw22037/3/9_0RR9XA6VVA4HSO3QUPVYQUNQF4UCUV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/wiw22037/3/2_1W7G2U4E9G2AZX9P61T219Z514G3PG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wiw22037/3/8_YCSGQT0TZJ920G0QHFRQXOUJTV1BQZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wiw22037/3/9_0RR9XA6VVA4HSO3QUPVYQUNQF4UCUV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wiw22037:3", "plots": "https://api.plotly.com/v2/plots/wiw22037:3", "parent": "https://api.plotly.com/v2/folders/home?user=wiw22037" }, "owner": "wiw22037", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~wiw22037/3/", "world_readable": true, "date_modified": "2025-08-30T15:16:54.130Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wiw22037/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:2:908075", "ysrc": "wiw22037:2:7c3192", "showlegend": false }, { "line": { "dash": "dot", "color": "rgb(0, 0, 0)", "width": 1 }, "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:2:f3b8bc", "ysrc": "wiw22037:2:91b3d4", "showlegend": false }, { "line": { "dash": "dot", "color": "rgb(0, 0, 0)", "width": 1 }, "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:2:78e2c6", "ysrc": "wiw22037:2:d1ca2b", "showlegend": false }, { "line": { "color": "rgb(68, 68, 68)", "width": 1 }, "meta": { "columnNames": { "x": "Trace 3, x", "y": "Trace 3, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:2:db4eaf", "ysrc": "wiw22037:2:d96bbf", "showlegend": false }, { "line": { "dash": "dot", "color": "rgb(68, 68, 68)", "width": 1 }, "meta": { "columnNames": { "x": "Trace 4, x", "y": "Trace 4, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:2:58bd17", "ysrc": "wiw22037:2:f8356c", "showlegend": false }, { "line": { "dash": "dot", "color": "rgb(68, 68, 68)", "width": 1 }, "meta": { "columnNames": { "x": "Trace 5, x", "y": "Trace 5, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:2:54e488", "ysrc": "wiw22037:2:86446e", "showlegend": false }, { "line": { "width": 1 }, "meta": { "columnNames": { "x": "Trace 6, x", "y": "Trace 6, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:2:0fc0a6", "ysrc": "wiw22037:2:35dadb", "marker": { "color": "rgb(33, 31, 33)" }, "showlegend": false }, { "line": { "dash": "dot", "width": 1 }, "meta": { "columnNames": { "x": "Trace 7, x", "y": "Trace 7, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:2:29cfa7", "ysrc": "wiw22037:2:7af5cc", "showlegend": false } ], "frames": [], "layout": { "title": { "text": "$\\text{Polarisationskurve}$" }, "xaxis": { "type": "linear", "range": [ 0, 2661.8769571170706 ], "title": { "text": "$\\text{Stromdichte i (mA/cm^2)}$" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.06563366087175594, 1.2923910304862687 ], "title": { "text": "$\\text{Zellspannung U (V)}$" }, "autorange": true }, "autosize": true, "annotations": [ { "x": 86.16619452313503, "y": 0.2602348432913218, "font": { "color": "rgb(0, 0, 0)" }, "text": "$\\text{Aktivierungsverluste}$", "showarrow": false, "textangle": -90 }, { "x": 1006.8460812086875, "y": 0.2, "font": { "color": "rgb(0, 0, 0)" }, "text": "$\\text{ohmscher Bereich}$", "showarrow": false }, { "x": 2203.021718602455, "y": 0.2, "font": { "color": "rgb(0, 0, 0)" }, "text": "$\\text{Diffusionsbereich}$", "showarrow": false }, { "x": 225, "y": 1.0296864654561222, "text": "$\\text{Reale Leerlaufspannung}$", "showarrow": false }, { "x": 225, "y": 1.2507602524213821, "font": { "color": "rgb(68, 68, 68)" }, "text": "$\\text{Ideale Leerlaufspannung}$", "showarrow": false }, { "x": 1006.8460812086875, "y": 0.9062296753326654, "text": "$\\text{Durchtrittsueberspannung}$", "showarrow": false }, { "x": 1585.221907459868, "y": 0.7282222105034952, "text": "$\\text{ohmsche Verluste}$", "showarrow": false }, { "x": 2455.7637271986573, "y": 0.48992189468379954, "text": "$\\text{Diffusionsueberspannung}$", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~wiw22037", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.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-08-30 14:49:38", "mapbox_access_tokens": null, "has_password": null, "username": "wiw22037", "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-30T14:55:39.022302Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wiw22037/1.embed", "fid": "wiw22037:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/wiw22037/1/9_ZVPYSTM1EZBM9GMCGKTSSKMLOCZ51D.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/wiw22037/1/2_5CPUKBNCG7WNF78XRD34JBYLGNBF00.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wiw22037/1/8_31P035PZKLO24OHD5COJBNF9FJQSY1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wiw22037/1/9_ZVPYSTM1EZBM9GMCGKTSSKMLOCZ51D.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wiw22037:1", "plots": "https://api.plotly.com/v2/plots/wiw22037:1", "parent": "https://api.plotly.com/v2/folders/home?user=wiw22037" }, "owner": "wiw22037", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~wiw22037/1/", "world_readable": true, "date_modified": "2025-08-30T15:14:48.175Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wiw22037/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:0:0310bd", "ysrc": "wiw22037:0:2b2d0d", "showlegend": false }, { "line": { "dash": "dot", "color": "rgb(0, 0, 0)", "width": 1 }, "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:0:e8b3a2", "ysrc": "wiw22037:0:39d082", "showlegend": false }, { "line": { "dash": "dot", "color": "rgb(0, 0, 0)", "width": 1 }, "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:0:e42a34", "ysrc": "wiw22037:0:ad9b6b", "showlegend": false }, { "line": { "color": "rgb(68, 68, 68)", "width": 1 }, "meta": { "columnNames": { "x": "Trace 3, x", "y": "Trace 3, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:0:4a59fa", "ysrc": "wiw22037:0:c2e1a7", "showlegend": false }, { "line": { "dash": "dot", "color": "rgb(68, 68, 68)", "width": 1 }, "meta": { "columnNames": { "x": "Trace 4, x", "y": "Trace 4, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:0:da8e8e", "ysrc": "wiw22037:0:d22f8a", "showlegend": false }, { "line": { "dash": "dot", "color": "rgb(68, 68, 68)", "width": 1 }, "meta": { "columnNames": { "x": "Trace 5, x", "y": "Trace 5, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:0:2957ea", "ysrc": "wiw22037:0:1d53d1", "showlegend": false }, { "line": { "width": 1 }, "meta": { "columnNames": { "x": "Trace 6, x", "y": "Trace 6, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:0:1cd04b", "ysrc": "wiw22037:0:da440a", "marker": { "color": "rgb(33, 31, 33)" }, "showlegend": false }, { "line": { "dash": "dot", "width": 1 }, "meta": { "columnNames": { "x": "Trace 7, x", "y": "Trace 7, y" } }, "mode": "lines", "type": "scatter", "xsrc": "wiw22037:0:6eba7d", "ysrc": "wiw22037:0:759b93", "showlegend": false } ], "frames": [], "layout": { "title": { "text": "$\\text{Polarisationskurve}$" }, "xaxis": { "type": "linear", "range": [ 0, 2661.8769571170706 ], "title": { "text": "$\\text{Stromdichte i (mA/cm^2)}$" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.06563366087175594, 1.2923910304862687 ], "title": { "text": "$\\text{Zellspannung U (V)}$" }, "autorange": true }, "autosize": true, "annotations": [ { "x": 86.16619452313503, "y": 0.2602348432913218, "font": { "color": "rgb(0, 0, 0)" }, "text": "$\\text{Aktivierungsverluste}$", "showarrow": false, "textangle": -90 }, { "x": 1006.8460812086875, "y": 0.2, "font": { "color": "rgb(0, 0, 0)" }, "text": "$\\text{ohmscher Bereich}$", "showarrow": false }, { "x": 2203.021718602455, "y": 0.2, "font": { "color": "rgb(0, 0, 0)" }, "text": "$\\text{Diffusionsbereich}$", "showarrow": false }, { "x": 225, "y": 1.0296864654561222, "text": "$\\text{Reale Leerlaufspannung}$", "showarrow": false }, { "x": 225, "y": 1.2507602524213821, "font": { "color": "rgb(68, 68, 68)" }, "text": "$\\text{Ideale Leerlaufspannung}$", "showarrow": false }, { "x": 1006.8460812086875, "y": 0.9062296753326654, "text": "$\\text{Durchtrittsueberspannung}$", "showarrow": false }, { "x": 1585.221907459868, "y": 0.7282222105034952, "text": "$\\text{ohmsche Verluste}$", "showarrow": false }, { "x": 2455.7637271986573, "y": 0.48992189468379954, "text": "$\\text{Diffusionsueberspannung}$", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~wiw22037", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.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-08-30 14:49:38", "mapbox_access_tokens": null, "has_password": null, "username": "wiw22037", "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-30T12:41:48.026008Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~advaith.rnair04/9.embed", "fid": "advaith.rnair04:9", "filename": "Plot 9", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/advaith.rnair04/9/9_LIOJTEI3XF0US9KMQTZI1FHIRP0XEU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/advaith.rnair04/9/2_H5MZNSJRFVERTIJDCR0IGYHZ9WZR83.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/advaith.rnair04/9/8_A9Y0VFP1IHA8CT8O8P759P8G4LMZFI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/advaith.rnair04/9/9_LIOJTEI3XF0US9KMQTZI1FHIRP0XEU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/advaith.rnair04:9", "plots": "https://api.plotly.com/v2/plots/advaith.rnair04:9", "parent": "https://api.plotly.com/v2/folders/home?user=advaith.rnair04" }, "owner": "advaith.rnair04", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~advaith.rnair04/9/", "world_readable": true, "date_modified": "2025-08-31T00:19:54.055Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~advaith.rnair04/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "<b>Experimental</b>", "type": "scatter", "xsrc": "advaith.rnair04:8:ad1652", "ysrc": "advaith.rnair04:8:c8e98a", "marker": { "line": { "width": 2 }, "size": 15 } }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers", "name": "<b>Yang Cheng Shih et al numerical</b>", "type": "scatter", "xsrc": "advaith.rnair04:8:ad1652", "ysrc": "advaith.rnair04:8:571b25", "marker": { "line": { "width": 2 }, "size": 15, "color": "rgb(232, 244, 63)", "symbol": "square" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "markers", "name": "<b>Salem</b>", "type": "scatter", "xsrc": "advaith.rnair04:8:ad1652", "ysrc": "advaith.rnair04:8:0c4717", "marker": { "line": { "width": 2 }, "size": 15, "color": "rgb(248, 8, 2)", "symbol": "x" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "markers", "name": "<b>Current numerical</b>", "type": "scatter", "xsrc": "advaith.rnair04:8:ad1652", "ysrc": "advaith.rnair04:8:4bb046", "marker": { "size": 15, "color": "rgb(6, 6, 6)", "symbol": "triangle-up" }, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 20 }, "xaxis": { "type": "linear", "range": [ 0.5, 5.5 ], "ticks": "", "title": { "text": "<b>HCHX number</b>" }, "mirror": "ticks", "showline": true, "tickfont": { "size": 22 }, "autorange": false, "gridcolor": "rgb(184, 205, 239)", "gridwidth": 1, "linecolor": "rgb(11, 11, 11)", "linewidth": 5 }, "yaxis": { "type": "linear", "range": [ 0.006, 0.009071078832515003 ], "title": { "text": "<b>Friction factor</b>" }, "mirror": "ticks", "showline": true, "tickfont": { "size": 22 }, "autorange": false, "gridcolor": "rgb(193, 211, 241)", "linecolor": "rgb(5, 5, 5)", "linewidth": 5 }, "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/~advaith.rnair04", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-05-03 11:06:04", "mapbox_access_tokens": null, "has_password": null, "username": "advaith.rnair04", "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-30T12:39:46.268588Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~elenamb77/1.embed", "fid": "elenamb77:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/elenamb77/1/9_P7IY5YK0WOJRKH3EX7BGDQ2OR23VVH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/elenamb77/1/2_VRWOXZT9U0PRUWUG1EBXYGH32SZ3ZX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/elenamb77/1/8_6MSVHG7Z63Q9THJVPVFJF41O5OAZS6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/elenamb77/1/9_P7IY5YK0WOJRKH3EX7BGDQ2OR23VVH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/elenamb77:1", "plots": "https://api.plotly.com/v2/plots/elenamb77:1", "parent": "https://api.plotly.com/v2/folders/home?user=elenamb77" }, "owner": "elenamb77", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~elenamb77/1/", "world_readable": true, "date_modified": "2025-08-30T12:58:17.474Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~elenamb77/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "", "type": "bar", "xsrc": "elenamb77:0:553d08", "ysrc": "elenamb77:0:20daee", "marker": { "color": "rgb(27, 29, 31)", "opacity": 0.63 }, "visible": true, "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Cohen’s Kappa Agreement XR vs Echo" }, "xaxis": { "type": "category", "range": [ -0.5067304446536278, 4.5067294764041055 ], "title": { "text": "Diagnostic Finding" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ -0.0021141649048626587, 1.0021141649048624 ], "title": { "text": "Kappa" }, "autorange": false }, "legend": { "x": 1.0086092225934526, "y": 0.9831578947368421, "font": { "color": "rgb(255, 255, 255)" }, "borderwidth": 0 }, "shapes": [ { "x0": -0.5, "x1": 4.5, "y0": 0, "y1": 0.2, "line": { "color": "#444444" }, "opacity": 0.5, "fillcolor": "rgb(9, 79, 41)" }, { "x0": -0.5, "x1": 4.5, "y0": 0.21, "y1": 0.39, "line": { "color": "#444444" }, "opacity": 0.5, "fillcolor": "rgb(10, 105, 33)" }, { "x0": -0.5000009682495234, "x1": 4.5, "y0": 0.4, "y1": 0.59, "line": { "color": "#444444" }, "opacity": 0.5, "fillcolor": "rgb(26, 136, 40)" }, { "x0": -0.5000009682495234, "x1": 4.5, "y0": 0.6, "y1": 0.79, "line": { "color": "#444444" }, "opacity": 0.5, "fillcolor": "rgb(66, 155, 70)" }, { "x0": -0.5, "x1": 4.5, "y0": 0.8, "y1": 0.9, "line": { "color": "#444444" }, "opacity": 0.5, "fillcolor": "rgb(100, 173, 98)" }, { "x0": -0.5, "x1": 4.5, "y0": 0.91, "y1": 1, "line": { "color": "#444444" }, "opacity": 0.5, "fillcolor": "rgb(148, 197, 140)" } ], "autosize": true, "dragmode": "zoom", "colorscale": { "sequential": [ [ 0, "#f7fcfd" ], [ 0.125, "#e5f5f9" ], [ 0.25, "#ccece6" ], [ 0.375, "#99d8c9" ], [ 0.5, "#66c2a4" ], [ 0.625, "#41ae76" ], [ 0.75, "#238b45" ], [ 0.875, "#006d2c" ], [ 1, "#00441b" ] ], "sequentialminus": [ [ 0, "#f7fcf0" ], [ 0.125, "#e0f3db" ], [ 0.25, "#ccebc5" ], [ 0.375, "#a8ddb5" ], [ 0.5, "#7bccc4" ], [ 0.625, "#4eb3d3" ], [ 0.75, "#2b8cbe" ], [ 0.875, "#0868ac" ], [ 1, "#084081" ] ] }, "showlegend": false, "annotations": [ { "x": 1.0463087248322147, "y": 0.10631578947368421, "font": { "color": "rgb(9, 79, 41)" }, "text": "None", "xref": "paper", "showarrow": false }, { "x": 1.0657718120805368, "y": 0.3063157894736842, "font": { "color": "rgb(10, 105, 33)" }, "text": "Minimal", "xref": "paper", "showarrow": false }, { "x": 1.0469798657718126, "y": 0.5, "font": { "color": "rgb(26, 136, 40)" }, "text": "Weak", "xref": "paper", "showarrow": false }, { "x": 1.0805369127516775, "y": 0.6978947368421052, "font": { "color": "rgb(66, 155, 70)" }, "text": "Moderate", "xref": "paper", "showarrow": false }, { "x": 1.056375838926174, "y": 0.8515856236786468, "font": { "color": "rgb(100, 173, 98)" }, "text": "Strong", "xref": "paper", "showarrow": false }, { "x": 1.0557046979865778, "y": 0.9955146322465781, "font": { "color": "rgb(148, 197, 140)" }, "text": "Almost<br>Perfect", "xref": "paper", "yref": "paper", "align": "center", "ayref": "y", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~elenamb77", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-30 12:38:18", "mapbox_access_tokens": null, "has_password": null, "username": "elenamb77", "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-30T11:15:07.001509Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marlonjr/29.embed", "fid": "marlonjr:29", "filename": "Plot 29", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marlonjr/29/9_0TIR0C4TXQUTDMK9KLUH1NQLSP2ZM9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/marlonjr/29/2_HTO8G4X6NRDL7NAW65U20ILBQLQDRW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marlonjr/29/8_4N7NEY156R0V6VXLB122OO152X0561.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marlonjr/29/9_0TIR0C4TXQUTDMK9KLUH1NQLSP2ZM9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marlonjr:29", "plots": "https://api.plotly.com/v2/plots/marlonjr:29", "parent": "https://api.plotly.com/v2/folders/home?user=marlonjr" }, "owner": "marlonjr", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~marlonjr/29/", "world_readable": true, "date_modified": "2025-08-30T11:15:07.013Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marlonjr/29/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "C", "y": "D" } }, "mode": "markers", "name": "ṁ = 1.0 g/s", "type": "scatter", "xsrc": "marlonjr:28:979845", "ysrc": "marlonjr:28:375b85", "marker": { "size": 8, "color": "rgb(0, 18, 242)" } }, { "meta": { "columnNames": { "x": "E", "y": "F" } }, "mode": "markers", "name": "ṁ = 2.0 g/s", "type": "scatter", "xsrc": "marlonjr:28:e5ff7b", "ysrc": "marlonjr:28:5dfa6b", "marker": { "size": 7, "color": "rgb(240, 39, 5)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "G", "y": "H" } }, "mode": "markers", "name": "ṁ = 4.0 g/s", "type": "scatter", "xsrc": "marlonjr:28:ca7d0a", "ysrc": "marlonjr:28:5c2596", "marker": { "size": 9, "color": "rgb(4, 4, 4)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "ṁ = 8.1 g/s", "type": "scatter", "xsrc": "marlonjr:28:23683d", "ysrc": "marlonjr:28:6097b2", "marker": { "size": 6, "color": "rgb(7, 251, 37)" }, "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0, 0.15 ], "ticks": "inside", "title": { "font": { "size": 16, "color": "rgb(24, 24, 25)", "family": "Times New Roman" }, "text": "Distance [m]" }, "mirror": "ticks", "showline": true, "autorange": false, "linecolor": "rgb(14, 14, 14)" }, "yaxis": { "type": "linear", "dtick": 20, "range": [ 20, 160 ], "ticks": "inside", "title": { "font": { "size": 16, "color": "rgb(14, 14, 14)", "family": "Balto" }, "text": "Temperature [ºC]" }, "mirror": "ticks", "showline": true, "tickmode": "linear", "autorange": false, "linecolor": "rgb(5, 5, 5)", "zerolinecolor": "rgb(0, 0, 0)" }, "legend": { "x": 0.7680044593088071, "y": 0.9, "font": { "size": 15 } }, "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/~marlonjr", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-04-03 18:25:38", "mapbox_access_tokens": null, "has_password": null, "username": "marlonjr", "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-30T10:40:40.189011Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marlonjr/27.embed", "fid": "marlonjr:27", "filename": "Plot 27", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marlonjr/27/9_E4O9GBSPY9J1SDNSFJYV0RPSOX2IDY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/marlonjr/27/2_1IKU1POLT6A2ZEO5CREYJWUSF5Q1KK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marlonjr/27/8_HQL1KQIMSK8573LUJQCG7C6JIASONI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marlonjr/27/9_E4O9GBSPY9J1SDNSFJYV0RPSOX2IDY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marlonjr:27", "plots": "https://api.plotly.com/v2/plots/marlonjr:27", "parent": "https://api.plotly.com/v2/folders/home?user=marlonjr" }, "owner": "marlonjr", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~marlonjr/27/", "world_readable": true, "date_modified": "2025-08-30T10:40:40.198Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marlonjr/27/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "C", "y": "D" } }, "mode": "markers", "name": "d<sub>c </sub>= 1.5 mm", "type": "scatter", "xsrc": "marlonjr:26:99e482", "ysrc": "marlonjr:26:b82ff7", "marker": { "size": 8, "color": "rgb(0, 18, 242)" } }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "d<sub>c</sub> = 2.0 mm", "type": "scatter", "xsrc": "marlonjr:26:ede964", "ysrc": "marlonjr:26:c7d8fc", "marker": { "size": 7, "color": "rgb(240, 39, 5)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "E", "y": "F" } }, "mode": "markers", "name": "d<sub>c </sub>= 2.5 mm", "type": "scatter", "xsrc": "marlonjr:26:09c546", "ysrc": "marlonjr:26:524f08", "marker": { "size": 9, "color": "rgb(4, 4, 4)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "G", "y": "H" } }, "mode": "markers", "name": "d<sub>c</sub> = 3.0 mm", "type": "scatter", "xsrc": "marlonjr:26:33737c", "ysrc": "marlonjr:26:446391", "marker": { "size": 6, "color": "rgb(7, 251, 37)" }, "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0, 0.15 ], "ticks": "inside", "title": { "font": { "size": 16, "color": "rgb(24, 24, 25)", "family": "Times New Roman" }, "text": "Distance [m]" }, "mirror": "ticks", "showline": true, "autorange": false, "linecolor": "rgb(14, 14, 14)" }, "yaxis": { "type": "linear", "dtick": 20, "range": [ 20, 160 ], "ticks": "inside", "title": { "font": { "size": 16, "color": "rgb(14, 14, 14)", "family": "Balto" }, "text": "Temperature [ºC]" }, "mirror": "ticks", "showline": true, "tickmode": "linear", "autorange": false, "linecolor": "rgb(5, 5, 5)", "zerolinecolor": "rgb(0, 0, 0)" }, "legend": { "x": 0.7680044593088071, "y": 0.9, "font": { "size": 15 } }, "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/~marlonjr", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-04-03 18:25:38", "mapbox_access_tokens": null, "has_password": null, "username": "marlonjr", "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-30T10:17:48.997395Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ltv/2.embed", "fid": "ltv:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ltv/2/9_KPVURMQTVDSJJAQ6GCIFKNHKM3GR3P.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ltv/2/2_VHS2V9HZU5XPGKA28KIFIP29XAEDUX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ltv/2/8_W9OYZ6UZKREBK154GDS33ONVDDE98Z.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ltv/2/9_KPVURMQTVDSJJAQ6GCIFKNHKM3GR3P.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ltv:2", "plots": "https://api.plotly.com/v2/plots/ltv:2", "parent": "https://api.plotly.com/v2/folders/home?user=ltv" }, "owner": "ltv", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ltv/2/", "world_readable": true, "date_modified": "2025-08-30T10:17:49.007Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ltv/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "data.1.x-510221d1e1f", "y": "data.1.y-510450b7be1", "z": "data.1.z-51056af1c" } }, "mode": "markers", "type": "scatter3d", "xsrc": "ltv:0:2c2a45", "ysrc": "ltv:0:eeb8ba", "zsrc": "ltv:0:d7e2fb", "frame": null, "marker": { "line": { "color": "transparent" }, "size": 3, "color": "rgba(31,119,180,1)", "sizemode": "area", "fillcolor": "rgba(31,119,180,1)" } } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "font": { "size": 18, "color": "lightgrey", "family": "Arial, sans-serif" }, "size": 18, "color": "lightgrey", "family": "Arial, sans-serif" }, "showgrid": false, "tickfont": { "size": 14, "color": "#ff9999", "family": "Old Standard TT, serif" } }, "yaxis": { "type": "category", "title": { "font": { "size": 18, "color": "lightgrey", "family": "Arial, sans-serif" }, "size": 18, "color": "lightgrey", "family": "Arial, sans-serif" }, "showgrid": false, "tickfont": { "size": 14, "color": "#ff9999", "family": "Old Standard TT, serif" } }, "zaxis": { "type": "linear", "title": { "font": { "size": 18, "color": "lightgrey", "family": "Arial, sans-serif" }, "size": 18, "color": "lightgrey", "family": "Arial, sans-serif" }, "showgrid": false, "tickfont": { "size": 14, "color": "#ff9999", "family": "Old Standard TT, serif" } }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": -2.667195588928795, "y": 2.667195588928796, "z": 2.667195588928796 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "3D Scatter plot" }, "xaxis": { "domain": [ 0, 1 ] }, "yaxis": { "type": "category", "domain": [ 0, 1 ], "categoryorder": "array", "categoryarraysrc": "RPlotBot:3078:5c3b9f" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "autosize": true, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ltv", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-30 10:07:50", "mapbox_access_tokens": null, "has_password": null, "username": "ltv", "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-30T08:28:56.962008Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Komel/3.embed", "fid": "Komel:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Komel/3/9_020DLBU9D4F2WD3P8FLIF4AKUG9J31.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Komel/3/2_UL3Z6ENC6FCCF5AC3H5YOHNT2T1IB5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Komel/3/8_B5IVWSQFS0XKOI2HKXDL31EVFFC9B9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Komel/3/9_020DLBU9D4F2WD3P8FLIF4AKUG9J31.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Komel:3", "plots": "https://api.plotly.com/v2/plots/Komel:3", "parent": "https://api.plotly.com/v2/folders/home?user=Komel" }, "owner": "Komel", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Komel/3/", "world_readable": true, "date_modified": "2025-08-30T08:28:56.971Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Komel/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year", "y": "SHem" } }, "mode": "markers", "type": "scatter", "xsrc": "Komel:2:fc9cbd", "ysrc": "Komel:2:fd9da1" } ], "frames": [], "layout": { "title": { "text": "Southern Hemisphere Temperature- S11147604" }, "xaxis": { "type": "linear", "range": [ 1872.0748966942149, 2021.9251033057851 ], "title": { "text": "Year " }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -53.88095238095238, 65.88095238095238 ], "title": { "text": "SHem temperature " }, "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/~Komel", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-29 11:19:36", "mapbox_access_tokens": null, "has_password": null, "username": "Komel", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "