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=cD0yMDI1LTA2LTE3KzE1JTNBNTYlM0EzNS40MzY4MDUlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTE3KzE0JTNBNTQlM0ExMi4zMjM4NDUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0xNysxNSUzQTUyJTNBMTQuOTgwMzU2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-06-17T15:52:14.980356Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RaviD/14.embed", "fid": "RaviD:14", "filename": "Plot Showing Effect of Temperature on Enzyme Activity", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/RaviD:14/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/RaviD:14/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RaviD/14/8_3RDIQF0PC6EXXPL14YUJYFFK21PHJS.png", "list-thumb": "https://api.plotly.com/v2/files/RaviD:14/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RaviD:14", "plots": "https://api.plotly.com/v2/plots/RaviD:14", "parent": "https://api.plotly.com/v2/folders/home?user=RaviD" }, "owner": "RaviD", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~RaviD/14/", "world_readable": true, "date_modified": "2025-06-17T16:00:04.336Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RaviD/14/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "25eb48", "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "0 C", "type": "scatter", "xsrc": "RaviD:13:3f1cc1", "ysrc": "RaviD:13:763261" }, { "uid": "340dce", "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers", "name": "20 c", "type": "scatter", "xsrc": "RaviD:13:3f1cc1", "ysrc": "RaviD:13:a8317a", "stackgroup": null }, { "uid": "6deed3", "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "markers", "name": "40 c", "type": "scatter", "xsrc": "RaviD:13:3f1cc1", "ysrc": "RaviD:13:8dbb84", "stackgroup": null }, { "uid": "f32f5b", "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "markers", "name": "60 c", "type": "scatter", "xsrc": "RaviD:13:3f1cc1", "ysrc": "RaviD:13:4bb886", "stackgroup": null }, { "uid": "cea4a4", "transforms": [ { "rms": "", "type": "fit", "inputUid": "f32f5b", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 4.380940304976439e-05, "value": 0.0002851543389633024 }, { "hold": false, "name": "b", "error": 0.005071305045126888, "value": 0.012613278974957084 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "6c304a", "transforms": [ { "rms": "", "type": "fit", "inputUid": "6deed3", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 8.83819015626888e-05, "value": 0.00529280722189858 }, { "hold": false, "name": "b", "error": 0.01023094477648196, "value": 0.1425608619685473 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "a9b9e3", "transforms": [ { "rms": "", "type": "fit", "inputUid": "340dce", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.00010580097283960152, "value": 0.004950186371578247 }, { "hold": false, "name": "b", "error": 0.012247348057477287, "value": 0.20973383808970278 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "77feb6", "transforms": [ { "rms": "", "type": "fit", "inputUid": "25eb48", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0001495581533024056, "value": 0.003676726849155483 }, { "hold": false, "name": "b", "error": 0.01731260790111203, "value": 0.2667728596389077 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Plot Showing the Effect of Temperature on Enzyme Activity" }, "xaxis": { "type": "linear", "range": [ -33.0724803366916, 524.5931922861835 ], "title": { "text": "Time (s)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.08734415209912179, 1.2689363304770729 ], "title": { "text": "Absorbance (AU)" }, "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" }, "annotations": [ { "x": 48.74852908510512, "y": 0.3983591620078886, "ax": 772, "ay": -1, "text": "y=0.00529x+0.14256" }, { "x": 150.98446070359196, "y": 0.8198018879515732, "ax": 296, "ay": -1, "text": "y=0.00368x+0.26677" }, { "x": 77.13994468626242, "y": 0.5922232687896986, "ax": 635, "ay": 0, "text": "y=0.00495x+0.20973" }, { "x": 173.80349499114917, "y": 0.06662556840121991, "ax": 194, "ay": 0, "text": "y=0.00029x+0.01261" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~RaviD", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-10 04:11:18", "mapbox_access_tokens": null, "has_password": null, "username": "RaviD", "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-06-17T15:48:58.202165Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RaviD/12.embed", "fid": "RaviD:12", "filename": "Plot Showing the Effect of pH on Enzyme Activity", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/RaviD:12/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/RaviD/12/2_LH4ECSD98E98U4ZFZGZQTXBREHF30X.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RaviD/12/8_II034FA58MK51IYVFLNPR4J1JE9BE7.png", "list-thumb": "https://api.plotly.com/v2/files/RaviD:12/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RaviD:12", "plots": "https://api.plotly.com/v2/plots/RaviD:12", "parent": "https://api.plotly.com/v2/folders/home?user=RaviD" }, "owner": "RaviD", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~RaviD/12/", "world_readable": true, "date_modified": "2025-06-17T15:48:58.214Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RaviD/12/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "25eb48", "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "pH 3", "type": "scatter", "xsrc": "RaviD:11:6081f7", "ysrc": "RaviD:11:6d66c4" }, { "uid": "340dce", "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers", "name": "pH 5", "type": "scatter", "xsrc": "RaviD:11:6081f7", "ysrc": "RaviD:11:2faa65", "stackgroup": null }, { "uid": "6deed3", "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "markers", "name": "pH 7", "type": "scatter", "xsrc": "RaviD:11:6081f7", "ysrc": "RaviD:11:0cdf6b", "stackgroup": null }, { "uid": "f32f5b", "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "markers", "name": "pH 10", "type": "scatter", "xsrc": "RaviD:11:6081f7", "ysrc": "RaviD:11:2fa84d", "stackgroup": null }, { "uid": "cea4a4", "transforms": [ { "rms": "", "type": "fit", "inputUid": "f32f5b", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 1.2257943262639173e-05, "value": -0.00015767777155655124 }, { "hold": false, "name": "b", "error": 0.0013340337167285442, "value": 0.07317960526315792 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "6c304a", "transforms": [ { "rms": "", "type": "fit", "inputUid": "6deed3", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.00025273775613766176, "value": 0.00933332166853321 }, { "hold": false, "name": "b", "error": 0.027505486112464044, "value": 0.391562499999978 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "a9b9e3", "transforms": [ { "rms": "", "type": "fit", "inputUid": "340dce", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0002808441699446694, "value": 0.008034056550951853 }, { "hold": false, "name": "b", "error": 0.03056431114302259, "value": 0.6569039473684204 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "77feb6", "transforms": [ { "rms": "", "type": "fit", "inputUid": "25eb48", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 6.798763212192765e-05, "value": 0.00343082306830907 }, { "hold": false, "name": "b", "error": 0.007399103718127349, "value": 0.23445000000000005 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Plot Showing the Effect of pH on Enzyme Activity" }, "xaxis": { "type": "linear", "range": [ -12.52604740072842, 222.09890137433692 ], "title": { "text": "Time (s)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.08330969479198981, 2.2857600670389133 ], "title": { "text": "Absorbance (AU)" }, "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" }, "annotations": [ { "x": 104.38674033149172, "y": 0.58629552634645, "ax": 493, "ay": 0, "text": "y=0.00343x+0.23445" }, { "x": 21.985267034990795, "y": 0.8379153225163574, "ax": 883, "ay": -1, "text": "y=0.00803x+0.65690" }, { "x": 76.38557501222544, "y": 1.09940256167332, "ax": 628, "ay": 0, "text": "y=0.00933x+0.39156" }, { "x": 160.69482403973325, "y": 0.048519883551942006, "ax": 229, "ay": 0, "text": "y=0.00016x+0.07318" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~RaviD", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-10 04:11:18", "mapbox_access_tokens": null, "has_password": null, "username": "RaviD", "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-06-17T15:41:33.285774Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~malemany/2.embed", "fid": "malemany:2", "filename": "030625_Actin_intensity_96h_asyn_reexposed", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/malemany/2/9_QXDY2OIUM5HITS4OCDKBXIPEJ1A8IC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/malemany/2/2_TAWYLQG8AETFP9MSTFPUUFQ8LQJ1CN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/malemany/2/8_KICSZ3IC9WH6S45KEVI7IIEKN2ZRXN.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/malemany/2/9_QXDY2OIUM5HITS4OCDKBXIPEJ1A8IC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/malemany:2", "plots": "https://api.plotly.com/v2/plots/malemany:2", "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/2/", "world_readable": true, "date_modified": "2025-06-17T15:46:14.686Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~malemany/2/", "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": { "y": "A" } }, "name": "Naive", "type": "box", "ysrc": "malemany:1:c15711", "marker": { "color": "rgba(255, 153, 51, 1.0)" }, "boxmean": false, "hoveron": "boxes+points", "notched": false, "boxpoints": false, "fillcolor": "rgb(255, 255, 255)", "hoverinfo": "x+y+name" }, { "line": { "color": "rgb(0, 0, 0)", "width": 3 }, "meta": { "columnNames": { "y": "B" } }, "name": "24h", "type": "box", "ysrc": "malemany:1:ba4c93", "marker": { "color": "rgba(55, 128, 191, 1.0)" }, "boxpoints": false, "fillcolor": "rgb(250, 250, 250)" }, { "line": { "color": "rgb(0, 0, 0)", "width": 3 }, "meta": { "columnNames": { "y": "C" } }, "name": "48h", "type": "box", "ysrc": "malemany:1:378a2e", "marker": { "color": "rgba(50, 171, 96, 1.0)" }, "boxpoints": false, "fillcolor": "rgb(255, 251, 251)" }, { "line": { "color": "rgb(0, 0, 0)", "width": 3 }, "meta": { "columnNames": { "y": "D" } }, "name": "72h", "type": "box", "ysrc": "malemany:1:d1bc0d", "marker": { "color": "rgba(128, 0, 128, 1.0)" }, "boxpoints": false, "fillcolor": "rgb(255, 255, 255)" }, { "line": { "color": "rgb(0, 0, 0)", "width": 3 }, "meta": { "columnNames": { "y": "E" } }, "name": "96h", "type": "box", "ysrc": "malemany:1:4cf979", "marker": { "color": "rgba(219, 64, 82, 1.0)" }, "boxpoints": false, "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": [ -574998.0414444444, 10957165.327444445 ], "title": { "font": { "color": "rgb(0, 0, 0)" }, "text": "" }, "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-06-17T15:40:01.059630Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~EnricoVento/1.embed", "fid": "EnricoVento:1", "filename": "Usability report - Content score", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/EnricoVento/1/9_4YWHVNCXX4C3D3CR9HQIX9AOMP3TWV.png", "image_urls": { "default": "https://api.plotly.com/v2/files/EnricoVento:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/EnricoVento/1/8_5TJPMRCRCWQP5544MV01H6RV04UEL6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/EnricoVento/1/9_4YWHVNCXX4C3D3CR9HQIX9AOMP3TWV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/EnricoVento:1", "plots": "https://api.plotly.com/v2/plots/EnricoVento:1", "parent": "https://api.plotly.com/v2/folders/home?user=EnricoVento" }, "owner": "EnricoVento", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~EnricoVento/1/", "world_readable": true, "date_modified": "2025-06-17T17:06:26.181Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~EnricoVento/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "Score", "text": "", "textposition": "" } }, "mode": "markers", "type": "bar", "xsrc": "EnricoVento:0:061e36", "ysrc": "EnricoVento:0:24efa1", "transforms": [ { "meta": { "columnNames": { "groups": "E" } }, "type": "groupby", "styles": [ { "value": { "marker": { "line": { "width": 0 }, "color": "rgb(203, 192, 253)" } }, "target": "Nielsen" }, { "value": { "marker": { "line": { "width": 0 }, "color": "rgb(128, 251, 195)" } }, "target": "MILE - Content" }, { "value": { "marker": { "line": { "width": 0 } } }, "target": "MILE - Navigation" }, { "value": { "marker": { "line": { "width": 0 } } }, "target": "MILE - Presentation" } ], "groupssrc": "EnricoVento:0:0185fe" }, { "meta": { "columnNames": { "target": "F" } }, "type": "filter", "value": "c", "targetsrc": "EnricoVento:0:143a89" } ], "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Scores by Dimensions: Content" }, "xaxis": { "type": "category", "dtick": 1, "range": [ -0.5, 8.5 ], "tick0": 0, "title": { "text": "Heuristic" }, "tickfont": { "size": 14 }, "tickmode": "linear", "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 5.337078651685394 ], "title": { "text": "Score" }, "autorange": true }, "bargap": 0.63, "legend": { "x": 1.1400000000000001, "y": 1, "title": { "font": { "size": 14, "family": "Arial" }, "text": "Legend" }, "xanchor": "right", "itemsizing": "trace", "traceorder": "normal" }, "shapes": [ { "x0": -0.0017848206839032412, "x1": 1, "y0": 2.88888, "y1": 2.88888, "line": { "color": "rgb(255, 0, 0)", "width": 2 }, "type": "line", "xref": "paper", "yref": "y", "opacity": 1, "fillcolor": "rgb(207, 27, 27)" } ], "barmode": "group", "barnorm": "", "modebar": { "orientation": "h" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": true, "annotations": [ { "x": 2.8140116763969973, "y": 2.996845425867508, "ax": 28, "ay": -126, "font": { "size": 15 }, "text": "Average Content Score" } ], "bargroupgap": 0, "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~EnricoVento", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.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-06-17 15:00:07", "mapbox_access_tokens": null, "has_password": null, "username": "EnricoVento", "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-06-17T15:35:16.447754Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tflemmerson/17.embed", "fid": "tflemmerson:17", "filename": "Plot 17", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/tflemmerson:17/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/tflemmerson/17/2_IYQNBSSMNDL84LXPHVINVHPF8XTT8J.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tflemmerson/17/8_98QLJPK7SIOIZYIJOK38MJB6VT5ZD3.png", "list-thumb": "https://api.plotly.com/v2/files/tflemmerson:17/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tflemmerson:17", "plots": "https://api.plotly.com/v2/plots/tflemmerson:17", "parent": "https://api.plotly.com/v2/folders/home?user=tflemmerson" }, "owner": "tflemmerson", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~tflemmerson/17/", "world_readable": true, "date_modified": "2025-06-17T15:35:16.461Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tflemmerson/17/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Time (s)", "y": "Mag" } }, "mode": "lines", "name": "Accel magnitude", "type": "scatter", "xsrc": "tflemmerson:14:6225bd", "ysrc": "tflemmerson:14:9ac196" }, { "meta": { "columnNames": { "x": "Time (s)", "y": "Mag" } }, "mode": "lines", "name": "Moving Avg", "type": "scatter", "xsrc": "tflemmerson:15:09ba74", "ysrc": "tflemmerson:15:bb3768" }, { "meta": { "columnNames": { "x": "Time (s)", "y": "Mag" } }, "mode": "lines", "name": "Filter (2 pt interpolation)", "type": "scatter", "xsrc": "tflemmerson:16:d78d22", "ysrc": "tflemmerson:16:a787c3" } ], "frames": [], "layout": { "title": { "text": "Normalize Accel vs Moving Avg vs Filtered" }, "xaxis": { "type": "linear", "range": [ 0.221, 3.842 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.19553033333333336, 10.651756333333333 ], "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/~tflemmerson", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "Making charts is my life", "nickname": "T Flemmersen", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-05 13:37:59", "mapbox_access_tokens": null, "has_password": null, "username": "tflemmerson", "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-06-17T15:24:23.992347Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RISHAB_NAARM/30.embed", "fid": "RISHAB_NAARM:30", "filename": "Plot 30", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/RISHAB_NAARM:30/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/RISHAB_NAARM/30/2_3K9DRHFHO5SC4SWDVVPJT16J8KK1EW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RISHAB_NAARM/30/8_EHSZE0XC4A2F1IRB5HPFEUI6O83G59.png", "list-thumb": "https://api.plotly.com/v2/files/RISHAB_NAARM:30/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RISHAB_NAARM:30", "plots": "https://api.plotly.com/v2/plots/RISHAB_NAARM:30", "parent": "https://api.plotly.com/v2/folders/home?user=RISHAB_NAARM" }, "owner": "RISHAB_NAARM", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~RISHAB_NAARM/30/", "world_readable": true, "date_modified": "2025-06-17T15:24:24.005Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RISHAB_NAARM/30/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "hole": 0.4, "meta": { "columnNames": { "x": "A", "y": "B", "text": "", "labels": "A", "values": "B" } }, "type": "pie", "xsrc": "RISHAB_NAARM:29:dd786b", "ysrc": "RISHAB_NAARM:29:ec0e1e", "marker": { "line": { "color": "rgb(255, 255, 255)", "width": 3 } }, "rotation": 0, "textinfo": "percent", "labelssrc": "RISHAB_NAARM:28:5e0a21", "valuessrc": "RISHAB_NAARM:28:cf43ff", "orientation": "v", "autocolorscale": true } ], "frames": [], "layout": { "font": { "size": 20, "family": "Arial" }, "title": { "x": 0.62, "text": "NLF Application Frequency" }, "xaxis": { "side": "bottom", "type": "category", "range": [ 0.3918032786885246, 3.3918032786885246 ], "ticks": "", "title": { "font": { "size": 21 }, "text": "Crop" }, "showgrid": false, "showline": true, "tickfont": { "size": 18 }, "zeroline": false, "autorange": false, "automargin": false, "showspikes": false, "rangeslider": { "range": [ -0.5, 3.3131147540983608 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "range": [ 0, 73.47368421052632 ], "title": { "text": "% of Farmers" }, "autorange": true, "automargin": false, "showspikes": false, "showticklabels": true }, "legend": { "x": 0.99, "y": 0.5, "font": { "size": 16 }, "xanchor": "auto", "bordercolor": "rgb(255, 86, 86)", "borderwidth": 3, "orientation": "v" }, "margin": { "t": 100 }, "modebar": { "orientation": "h" }, "autosize": true, "colorway": [ "#3366cc", "#dc3912", "#ff9900", "#109618", "#990099", "#0099c6", "#dd4477", "#66aa00", "#b82e2e", "#316395" ], "clickmode": "event", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "#00224e" ], [ 0.1111111111111111, "#123570" ], [ 0.2222222222222222, "#3b496c" ], [ 0.3333333333333333, "#575d6d" ], [ 0.4444444444444444, "#707173" ], [ 0.5555555555555556, "#8a8678" ], [ 0.6666666666666666, "#a59c74" ], [ 0.7777777777777778, "#c3b369" ], [ 0.8888888888888888, "#e1cc55" ], [ 1, "#fee838" ] ], "sequentialminus": [ [ 0, "#fff5eb" ], [ 0.125, "#fee6ce" ], [ 0.25, "#fdd0a2" ], [ 0.375, "#fdae6b" ], [ 0.5, "#fd8d3c" ], [ 0.625, "#f16913" ], [ 0.75, "#d94801" ], [ 0.875, "#a63603" ], [ 1, "#7f2704" ] ] }, "showlegend": true, "piecolorway": [ "#e41a1c", "#377eb8", "#4daf4a", "#984ea3", "#ff7f00", "#ffff33", "#a65628", "#f781bf", "#999999" ], "uniformtext": { "mode": false }, "extendpiecolors": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~RISHAB_NAARM", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-15 03:43:10", "mapbox_access_tokens": null, "has_password": null, "username": "RISHAB_NAARM", "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-06-17T15:19:25.188209Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RISHAB_NAARM/27.embed", "fid": "RISHAB_NAARM:27", "filename": "Plot 27", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/RISHAB_NAARM/27/9_BX2THQNEQCAEQDAWASRKWGCF7DFJZY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/RISHAB_NAARM/27/2_AKCF8CDMH9LORCT5G694RFIFQ0Z4S0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RISHAB_NAARM/27/8_OI5KJ1RPRQG0F6BBU74LY1IFJ1OS2S.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RISHAB_NAARM/27/9_BX2THQNEQCAEQDAWASRKWGCF7DFJZY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RISHAB_NAARM:27", "plots": "https://api.plotly.com/v2/plots/RISHAB_NAARM:27", "parent": "https://api.plotly.com/v2/folders/home?user=RISHAB_NAARM" }, "owner": "RISHAB_NAARM", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~RISHAB_NAARM/27/", "world_readable": true, "date_modified": "2025-06-17T15:19:25.202Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RISHAB_NAARM/27/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "hole": 0.4, "meta": { "columnNames": { "x": "A", "y": "B", "text": "", "labels": "A", "values": "C" } }, "type": "pie", "xsrc": "RISHAB_NAARM:26:476d15", "ysrc": "RISHAB_NAARM:26:71b116", "marker": { "line": { "color": "rgb(255, 255, 255)", "width": 3 } }, "rotation": 0, "textinfo": "percent", "labelssrc": "RISHAB_NAARM:25:38b114", "valuessrc": "RISHAB_NAARM:25:48f459", "orientation": "v", "autocolorscale": true } ], "frames": [], "layout": { "font": { "size": 20, "family": "Arial" }, "title": { "x": 0.62, "text": "Geographic\nDistribution" }, "xaxis": { "side": "bottom", "type": "category", "range": [ 0.3918032786885246, 3.3918032786885246 ], "ticks": "", "title": { "font": { "size": 21 }, "text": "Crop" }, "showgrid": false, "showline": true, "tickfont": { "size": 18 }, "zeroline": false, "autorange": false, "automargin": false, "showspikes": false, "rangeslider": { "range": [ -0.5, 3.3131147540983608 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "range": [ 0, 73.47368421052632 ], "title": { "text": "% of Farmers" }, "autorange": true, "automargin": false, "showspikes": false, "showticklabels": true }, "legend": { "x": 0.91, "y": 0.5, "font": { "size": 16 }, "xanchor": "auto", "bordercolor": "rgb(255, 86, 86)", "borderwidth": 3, "orientation": "v" }, "margin": { "t": 100 }, "modebar": { "orientation": "h" }, "autosize": true, "colorway": [ "#3366cc", "#dc3912", "#ff9900", "#109618", "#990099", "#0099c6", "#dd4477", "#66aa00", "#b82e2e", "#316395" ], "clickmode": "event", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "#f7fcf0" ], [ 0.125, "#e0f3db" ], [ 0.25, "#ccebc5" ], [ 0.375, "#a8ddb5" ], [ 0.5, "#7bccc4" ], [ 0.625, "#4eb3d3" ], [ 0.75, "#2b8cbe" ], [ 0.875, "#0868ac" ], [ 1, "#084081" ] ], "sequentialminus": [ [ 0, "#fff5eb" ], [ 0.125, "#fee6ce" ], [ 0.25, "#fdd0a2" ], [ 0.375, "#fdae6b" ], [ 0.5, "#fd8d3c" ], [ 0.625, "#f16913" ], [ 0.75, "#d94801" ], [ 0.875, "#a63603" ], [ 1, "#7f2704" ] ] }, "showlegend": true, "piecolorway": [ "#1b9e77", "#d95f02", "#7570b3", "#e7298a", "#66a61e", "#e6ab02", "#a6761d", "#666666" ], "uniformtext": { "mode": false }, "extendpiecolors": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~RISHAB_NAARM", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-15 03:43:10", "mapbox_access_tokens": null, "has_password": null, "username": "RISHAB_NAARM", "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-06-17T14:56:18.934271Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lin12138/19.embed", "fid": "lin12138:19", "filename": "Plot 19", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/lin12138:19/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/lin12138:19/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lin12138/19/8_YZJULTU003IZOF8IWK061OTSTW7WQR.png", "list-thumb": "https://api.plotly.com/v2/files/lin12138:19/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lin12138:19", "plots": "https://api.plotly.com/v2/plots/lin12138:19", "parent": "https://api.plotly.com/v2/folders/home?user=lin12138" }, "owner": "lin12138", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~lin12138/19/", "world_readable": true, "date_modified": "2025-06-17T14:59:10.241Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lin12138/19/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "7eb490", "meta": { "columnNames": { "x": "Time", "y": "A" } }, "mode": "markers", "name": "A", "type": "scatter", "xsrc": "lin12138:18:9b2c9e", "ysrc": "lin12138:18:b590e9" }, { "uid": "db4ef1", "meta": { "columnNames": { "x": "Time", "y": "B" } }, "mode": "markers", "name": "B", "type": "scatter", "xsrc": "lin12138:18:9b2c9e", "ysrc": "lin12138:18:476c7a", "stackgroup": null }, { "uid": "570be7", "meta": { "columnNames": { "x": "Time", "y": "C" } }, "mode": "markers", "name": "C", "type": "scatter", "xsrc": "lin12138:18:9b2c9e", "ysrc": "lin12138:18:2943b3", "stackgroup": null }, { "uid": "0f8338", "meta": { "columnNames": { "x": "Time", "y": "D" } }, "mode": "markers", "name": "D", "type": "scatter", "xsrc": "lin12138:18:9b2c9e", "ysrc": "lin12138:18:c43f57", "stackgroup": null }, { "uid": "c59ea9", "transforms": [ { "rms": "", "type": "fit", "inputUid": "7eb490", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0024178334035575887, "value": -0.0705 }, { "hold": false, "name": "b", "error": 0.08717622312051686, "value": -0.14214285714285735 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "92b15e", "transforms": [ { "rms": "", "type": "fit", "inputUid": "db4ef1", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.000427379294332996, "value": 0.0007857142857142861 }, { "hold": false, "name": "b", "error": 0.015409379597890556, "value": 0.017857142857142842 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "4c37a9", "transforms": [ { "rms": "", "type": "fit", "inputUid": "570be7", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0004862916736254174, "value": 0.010249999999999182 }, { "hold": false, "name": "b", "error": 0.01753349564086798, "value": -0.0189285714285359 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "a15683", "transforms": [ { "rms": 0.2461343999873704, "type": "fit", "xmid": 29.99999999999999, "ymid": 1.7171428571428669, "inputUid": "0f8338", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0046515029390347285, "value": 0.04589285714285635 }, { "hold": false, "name": "b", "error": 0.16771232354656365, "value": 0.3403571428571769 } ], "regressand": "y", "correlation": 0.9752664040564153, "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Table 2" }, "xaxis": { "type": "linear", "range": [ -3.690527218174025, 63.690527218174026 ], "title": { "text": "Time" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -4.789016354896018, 3.5088204096561695 ], "title": { "text": "Net Weight of Dialysis Bags" }, "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" }, "annotations": [ { "x": 30, "y": -2.2853587104190645, "ax": -80, "ay": 34, "font": { "color": "rgb(46, 114, 219)" }, "text": "y = -0.0705 x + -0.142" }, { "x": 40.115730818688384, "y": 0.003699707388435253, "ax": 105, "ay": 35, "font": { "color": "rgb(194, 81, 40)" }, "text": "y = 0.000786 x + 0.0179" }, { "x": 49.97428204029148, "y": 0.36136508517085714, "ax": -19, "ay": -30, "font": { "color": "rgb(56, 171, 120)" }, "text": "y = 0.01025 x + -0.0189" }, { "x": 22.456065152164594, "y": 1.3628281429616382, "ax": -152, "ay": -30, "font": { "color": "rgb(104, 23, 161)" }, "text": "y = 0.0459 x + 0.3404" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~lin12138", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-11 06:47:49", "mapbox_access_tokens": null, "has_password": null, "username": "lin12138", "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-06-17T14:54:14.467617Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cpsievert/38819.embed", "fid": "cpsievert:38819", "filename": "Plot 38819", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cpsievert:38819/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/cpsievert:38819/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38819/8_B7FP0WI5J0TVFGB35I500Z1ZABX3MO.png", "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38819/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cpsievert:38819", "plots": "https://api.plotly.com/v2/plots/cpsievert:38819", "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert" }, "owner": "cpsievert", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cpsievert/38819/", "world_readable": true, "date_modified": "2025-06-17T14:54:14.499Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38819/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "bar", "xsrc": "cpsievert:38818:7231e3", "ysrc": "cpsievert:38818:ecf9e8", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(89,89,89,1)", "autocolorscale": false }, "basesrc": "cpsievert:38818:37e4d0", "textsrc": "cpsievert:38818:103b48", "widthsrc": "cpsievert:38818:344da8", "hoverinfo": "text", "showlegend": false, "orientation": "v", "textposition": "none" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ 0.055000000000000104, 10.944999999999999 ], "ticks": "outside", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "1:10" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2.5", "5.0", "7.5", "10.0" ], "tickvals": [ 2.5, 5, 7.500000000000001, 10 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "2.5", "5.0", "7.5", "10.0" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -0.05, 1.05 ], "ticks": "outside", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "count" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0.00", "0.25", "0.50", "0.75", "1.00" ], "tickvals": [ 0, 0.25, 0.5, 0.75, 1 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0.00", "0.25", "0.50", "0.75", "1.00" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 0 }, "margin": { "b": 37.26027397260275, "l": 48.94977168949772, "r": 7.305936073059362, "t": 23.305936073059364 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "showlegend": false, "plot_bgcolor": "rgba(235,235,235,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cpsievert", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48", "mapbox_access_tokens": null, "has_password": null, "username": "cpsievert", "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-06-17T14:54:12.323845Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cpsievert/38817.embed", "fid": "cpsievert:38817", "filename": "Plot 38817", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cpsievert:38817/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38817/2_HQPOMG2MYZJ8RTEMTIUAYISRD4APKJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38817/8_24XZO1WAG7QZ1GH2C2RGS6S6ETS4OT.png", "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38817/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cpsievert:38817", "plots": "https://api.plotly.com/v2/plots/cpsievert:38817", "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert" }, "owner": "cpsievert", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~cpsievert/38817/", "world_readable": true, "date_modified": "2025-06-17T14:54:12.355Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38817/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "scatter", "xsrc": "cpsievert:38816:fba8c6", "ysrc": "cpsievert:38816:8c02a3", "frame": "1", "xaxis": "x", "yaxis": "y", "marker": { "cmax": 10, "cmin": 1, "line": { "cmax": 10, "cmin": 1, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38816:eb6aa5", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38816:4f7401", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "visible": true }, { "mode": "markers", "type": "scatter", "xsrc": "cpsievert:38816:66da86", "ysrc": "cpsievert:38816:166aa9", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "cmax": 10, "cmin": 1, "line": { "color": "rgba(255,127,14,1)" }, "colorbar": { "y": 1, "len": 0.5, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "colorsrc": "cpsievert:38816:d74c13", "showscale": true, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "opacity": 0, "hoverinfo": "none", "showlegend": false } ], "frames": [ { "data": [ { "mode": "markers", "type": "scatter", "xsrc": "cpsievert:38816:b93218", "ysrc": "cpsievert:38816:40a18f", "frame": "1", "xaxis": "x", "yaxis": "y", "marker": { "cmax": 10, "cmin": 1, "line": { "cmax": 10, "cmin": 1, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38816:68e315", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38816:e8ba91", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "visible": true } ], "name": "1", "traces": [ 0 ] }, { "data": [ { "mode": "markers", "type": "scatter", "xsrc": "cpsievert:38816:dd8d80", "ysrc": "cpsievert:38816:e900ec", "frame": "2", "xaxis": "x", "yaxis": "y", "marker": { "cmax": 10, "cmin": 1, "line": { "cmax": 10, "cmin": 1, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38816:a397e1", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38816:eec6b8", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "visible": true } ], "name": "2", "traces": [ 0 ] } ], "layout": { "xaxis": { "range": [ 0.55, 10.45 ], "title": [], "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "range": [ 0.55, 10.45 ], "title": [], "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "sliders": [ { "pad": { "t": 40 }, "steps": [ { "args": [ [ "1" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1", "value": "1", "method": "animate" }, { "args": [ [ "2" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "2", "value": "2", "method": "animate" } ], "visible": true } ], "hovermode": "closest", "showlegend": false, "updatemenus": [ { "x": 0, "y": 0, "pad": { "r": 5, "t": 60 }, "type": "buttons", "buttons": [ { "args": [ null, { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 }, "fromcurrent": true } ], "label": "Play", "method": "animate" } ], "xanchor": "right", "yanchor": "top", "direction": "right", "showactive": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cpsievert", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48", "mapbox_access_tokens": null, "has_password": null, "username": "cpsievert", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "