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=cD0yMDI1LTA3LTEyKzExJTNBMzQlM0E1OC40NTA5NzglMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA3LTExKzE5JTNBNDElM0EwOC4yNjAxMzglMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0xMisxMSUzQTI0JTNBNDQuNjYzNjU1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-12T11:24:44.663655Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~qwouhd/5.embed", "fid": "qwouhd:5", "filename": "graph 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/qwouhd/5/9_U3U9NVCI44S1CN1HSJ7GDECK10B2P0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/qwouhd/5/2_RFLXDB0HF659H5MUPKI51WMNB7M8VQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/qwouhd/5/8_99HIBL5IMKWVY2XU235UK17762SE06.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/qwouhd/5/9_U3U9NVCI44S1CN1HSJ7GDECK10B2P0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/qwouhd:5", "plots": "https://api.plotly.com/v2/plots/qwouhd:5", "parent": "https://api.plotly.com/v2/folders/home?user=qwouhd" }, "owner": "qwouhd", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~qwouhd/5/", "world_readable": true, "date_modified": "2025-07-12T11:24:56.616Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~qwouhd/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "294bb4", "meta": { "columnNames": { "x": "F", "y": "0" } }, "mode": "markers", "name": "GreenNorm values", "type": "scatter", "xsrc": "qwouhd:4:b5c9be", "ysrc": "qwouhd:4:aba143", "marker": { "size": 10, "color": "rgb(0, 0, 0)", "symbol": "x-thin-open" } }, { "uid": "053cb6", "line": { "color": "rgb(6, 46, 254)" }, "name": "standard curve excluding anomalies", "transforms": [ { "rms": 0.18686764013982876, "type": "fit", "xmid": 50, "ymid": 0.8084694285714111, "inputUid": "294bb4", "regressor": "x", "parameters": [ { "hold": false, "name": "a", "error": 6.727881330659564e-06, "value": -2.2000000043795009e-07 }, { "hold": false, "name": "b", "error": 0.0008543349715414709, "value": -0.0007855799999465664 }, { "hold": false, "name": "c", "error": 0.023412036193961056, "value": 0.7813274999986382 } ], "regressand": "y", "correlation": 0.9151663540004791, "fitfunction": "a*x^2 + b*x + c", "inputxrange": [ 20, 100 ], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "0f41fe", "line": { "color": "rgb(249, 6, 6)" }, "name": "standard curve", "transforms": [ { "rms": "", "type": "fit", "inputUid": "294bb4", "regressor": "x", "parameters": [ { "hold": false, "name": "a", "error": 7.990796412321416e-05, "value": -0.00017880914285712995 }, { "hold": false, "name": "b", "error": 0.008333063643835705, "value": 0.02332395428571296 }, { "hold": false, "name": "c", "error": 0.17586561126319677, "value": 0.08929457142858788 } ], "regressand": "y", "correlation": "", "fitfunction": "a*x^2 + b*x + c", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "" }, "xaxis": { "type": "linear", "range": [ -6.631546327858692, 106.63154632785869 ], "title": { "text": "concentration of chlorophyll extract solution" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.057207856499330266, 0.8975192850788967 ], "title": { "text": "GreenNorm value" }, "autorange": true }, "legend": { "x": 0.7588250968698423, "y": 0.37691326530612246 }, "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/~qwouhd", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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-03-28 11:11:03", "mapbox_access_tokens": null, "has_password": null, "username": "qwouhd", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-12T10:32:19.183740Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kelvinlam950/1.embed", "fid": "kelvinlam950:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kelvinlam950/1/9_YA2X29D1AX9CVH3ELL81F0S4D325DK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kelvinlam950/1/2_638I28X9J8G8AO8L2KF5BXQVB3PEB5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kelvinlam950/1/8_U6EW8SJFDFIINDUBMY5WXVWMF2WSDX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kelvinlam950/1/9_YA2X29D1AX9CVH3ELL81F0S4D325DK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kelvinlam950:1", "plots": "https://api.plotly.com/v2/plots/kelvinlam950:1", "parent": "https://api.plotly.com/v2/folders/home?user=kelvinlam950" }, "owner": "kelvinlam950", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~kelvinlam950/1/", "world_readable": true, "date_modified": "2025-07-12T10:32:19.194Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kelvinlam950/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Cluster 3, x; Cluster 3 (1), x", "y": "Cluster 3, y; Cluster 3 (1), y", "z": "Cluster 3, z; Cluster 3 (1), z" } }, "mode": "markers", "name": "Cluster 3", "type": "scatter3d", "xsrc": "kelvinlam950:0:fa94a5", "ysrc": "kelvinlam950:0:670a65", "zsrc": "kelvinlam950:0:12a171", "marker": { "line": { "width": 0 }, "size": 3, "color": "rgb(228,26,28)" } }, { "meta": { "columnNames": { "x": "Cluster 3, x; Cluster 3 (1), x", "y": "Cluster 3, y; Cluster 3 (1), y", "z": "Cluster 3, z; Cluster 3 (1), z" } }, "name": "Cluster 3", "type": "mesh3d", "xsrc": "kelvinlam950:0:fa94a5", "ysrc": "kelvinlam950:0:670a65", "zsrc": "kelvinlam950:0:12a171", "color": "rgb(228,26,28)", "opacity": 0.3 }, { "meta": { "columnNames": { "x": "Cluster 1, x; Cluster 1 (1), x", "y": "Cluster 1, y; Cluster 1 (1), y", "z": "Cluster 1, z; Cluster 1 (1), z" } }, "mode": "markers", "name": "Cluster 1", "type": "scatter3d", "xsrc": "kelvinlam950:0:e6c7e0", "ysrc": "kelvinlam950:0:3d9159", "zsrc": "kelvinlam950:0:0c29a6", "marker": { "line": { "width": 0 }, "size": 3, "color": "rgb(55,126,184)" } }, { "meta": { "columnNames": { "x": "Cluster 1, x; Cluster 1 (1), x", "y": "Cluster 1, y; Cluster 1 (1), y", "z": "Cluster 1, z; Cluster 1 (1), z" } }, "name": "Cluster 1", "type": "mesh3d", "xsrc": "kelvinlam950:0:e6c7e0", "ysrc": "kelvinlam950:0:3d9159", "zsrc": "kelvinlam950:0:0c29a6", "color": "rgb(55,126,184)", "opacity": 0.3 }, { "meta": { "columnNames": { "x": "Cluster 2, x; Cluster 2 (1), x", "y": "Cluster 2, y; Cluster 2 (1), y", "z": "Cluster 2, z; Cluster 2 (1), z" } }, "mode": "markers", "name": "Cluster 2", "type": "scatter3d", "xsrc": "kelvinlam950:0:48d59b", "ysrc": "kelvinlam950:0:627dd1", "zsrc": "kelvinlam950:0:6642ac", "marker": { "line": { "width": 0 }, "size": 3, "color": "rgb(77,175,74)" } }, { "meta": { "columnNames": { "x": "Cluster 2, x; Cluster 2 (1), x", "y": "Cluster 2, y; Cluster 2 (1), y", "z": "Cluster 2, z; Cluster 2 (1), z" } }, "name": "Cluster 2", "type": "mesh3d", "xsrc": "kelvinlam950:0:48d59b", "ysrc": "kelvinlam950:0:627dd1", "zsrc": "kelvinlam950:0:6642ac", "color": "rgb(77,175,74)", "opacity": 0.3 }, { "meta": { "columnNames": { "x": "Cluster 0, x; Cluster 0 (1), x", "y": "Cluster 0, y; Cluster 0 (1), y", "z": "Cluster 0, z; Cluster 0 (1), z" } }, "mode": "markers", "name": "Cluster 0", "type": "scatter3d", "xsrc": "kelvinlam950:0:b929fc", "ysrc": "kelvinlam950:0:b030a0", "zsrc": "kelvinlam950:0:a9a629", "marker": { "line": { "width": 0 }, "size": 3, "color": "rgb(255,51,153)" } }, { "meta": { "columnNames": { "x": "Cluster 0, x; Cluster 0 (1), x", "y": "Cluster 0, y; Cluster 0 (1), y", "z": "Cluster 0, z; Cluster 0 (1), z" } }, "name": "Cluster 0", "type": "mesh3d", "xsrc": "kelvinlam950:0:b929fc", "ysrc": "kelvinlam950:0:b030a0", "zsrc": "kelvinlam950:0:a9a629", "color": "rgb(255,51,153)", "opacity": 0.3 } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "font": { "size": 13 }, "text": "openness" }, "gridcolor": "rgb(255, 255, 255)", "zerolinecolor": "rgb(255, 255, 255)", "showbackground": true, "backgroundcolor": "rgb(230, 230,230)" }, "yaxis": { "type": "linear", "title": { "font": { "size": 13, "family": "Arisl" }, "text": "agreeableness" }, "gridcolor": "rgb(255, 255, 255)", "zerolinecolor": "rgb(255, 255, 255)", "showbackground": true, "backgroundcolor": "rgb(230, 230,230)" }, "zaxis": { "type": "linear", "title": { "font": { "size": 13, "family": "Courier New, monospace" }, "text": "emotional_range" }, "gridcolor": "rgb(255, 255, 255)", "zerolinecolor": "rgb(255, 255, 255)", "showbackground": true, "backgroundcolor": "rgb(230, 230,230)" }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 2.3238155938092033, "y": 0.374386326685282, "z": 1.0372753661044913 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "manual", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "width": 1100, "height": 850, "autosize": false } }, "height": 850, "width": 1100, "user": { "profile_url": "https://chart-studio.plotly.com/~kelvinlam950", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.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-07-12 10:08:15", "mapbox_access_tokens": null, "has_password": null, "username": "kelvinlam950", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-12T03:31:53.858321Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~aashiq.rahman45/1.embed", "fid": "aashiq.rahman45:1", "filename": "Queensland Health Jaundice Nomogram 38+w Gestation - 2025", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/aashiq.rahman45/1/9_5VAWO7UW7KT9POQIE4TT7HC5NSG8X9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/aashiq.rahman45/1/2_UHD5BGC63ULG3ZAFDLVJ24907DWSJF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aashiq.rahman45/1/8_B3X2URPVFQS3RJICHA7XKJNSCV1W8C.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aashiq.rahman45/1/9_5VAWO7UW7KT9POQIE4TT7HC5NSG8X9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/aashiq.rahman45:1", "plots": "https://api.plotly.com/v2/plots/aashiq.rahman45:1", "parent": "https://api.plotly.com/v2/folders/home?user=aashiq.rahman45" }, "owner": "aashiq.rahman45", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~aashiq.rahman45/1/", "world_readable": true, "date_modified": "2025-07-12T03:54:07.623Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~aashiq.rahman45/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(44, 59, 160)", "shape": "spline" }, "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "lines", "name": "Exchange Transfusion - NO risk factors", "type": "scatter", "xsrc": "aashiq.rahman45:0:ec2a67", "ysrc": "aashiq.rahman45:0:4e94cc", "visible": true, "selectedpoints": [] }, { "line": { "dash": "dashdot", "color": "rgb(44, 59, 160)" }, "meta": { "columnNames": { "x": "Trace 3, x", "y": "Trace 3, y", "text": "" } }, "mode": "lines", "name": "Exchange Transfusion - WITH risk factors", "type": "scatter", "xsrc": "aashiq.rahman45:0:8eb771", "ysrc": "aashiq.rahman45:0:c9aaf1", "visible": true, "selectedpoints": [] }, { "line": { "color": "rgb(180, 31, 55)", "shape": "spline", "width": 2, "smoothing": 0 }, "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "lines", "name": "Phototherapy - NO risk factors", "type": "scatter", "xsrc": "aashiq.rahman45:0:4b66ee", "ysrc": "aashiq.rahman45:0:a9734a", "selectedpoints": [] }, { "line": { "dash": "dashdot", "color": "rgb(180, 31, 55)", "shape": "spline" }, "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "lines", "name": "Phototherapy - WITH risk factors", "type": "scatter", "xsrc": "aashiq.rahman45:0:24f672", "ysrc": "aashiq.rahman45:0:8ef660", "selectedpoints": [] } ], "frames": [], "layout": { "font": { "size": 20 }, "title": { "x": 0.43, "font": { "size": 35 }, "text": "38w + Gestation" }, "xaxis": { "type": "linear", "range": [ 0, 180 ], "ticks": "inside", "title": { "font": { "size": 27 }, "text": "Hours of life" }, "nticks": 38, "ticklen": 5, "tickfont": { "size": 16 }, "tickmode": "auto", "autorange": false, "tickangle": "auto", "tickwidth": 4, "showspikes": true, "tickformat": "", "tickprefix": "", "ticksuffix": "h", "rangeslider": { "range": [ 0, 180 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinewidth": 1, "showticksuffix": "all", "spikethickness": 0 }, "yaxis": { "side": "left", "type": "linear", "range": [ 69.43878578341568, 450 ], "tick0": 200, "ticks": "inside", "title": { "font": { "size": 27 }, "text": "Total serum Bilirubin (TSB) (mmol/L)" }, "nticks": 25, "tickfont": { "size": 16 }, "tickmode": "auto", "zeroline": true, "autorange": false, "gridwidth": 6, "tickwidth": 3, "automargin": false, "fixedrange": false, "zerolinewidth": 1 }, "legend": { "x": 1.02, "y": 1.0199252801992529, "valign": "middle", "xanchor": "left", "yanchor": "auto", "itemsizing": "constant", "traceorder": "normal", "orientation": "v" }, "margin": { "t": 100 }, "autosize": true, "clickmode": "none", "hovermode": "x", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~aashiq.rahman45", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-12 03:29:35", "mapbox_access_tokens": null, "has_password": null, "username": "aashiq.rahman45", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-12T00:57:13.447728Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Itsmetoo/1.embed", "fid": "Itsmetoo:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Itsmetoo/1/9_487WS077KV0OXIL5N1DRVQ488FEKE5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Itsmetoo/1/2_TN5AF20SJ2HOJHXLUPQKO56QCH3V48.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Itsmetoo/1/8_9X1Q782OJDEHS7OCC5X75BV7XXPRSF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Itsmetoo/1/9_487WS077KV0OXIL5N1DRVQ488FEKE5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Itsmetoo:1", "plots": "https://api.plotly.com/v2/plots/Itsmetoo:1", "parent": "https://api.plotly.com/v2/folders/home?user=Itsmetoo" }, "owner": "Itsmetoo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Itsmetoo/1/", "world_readable": true, "date_modified": "2025-07-12T00:57:13.458Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Itsmetoo/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year", "y": "Female" } }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "Itsmetoo:0:2e69b6", "ysrc": "Itsmetoo:0:54cf3c", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": "Other" } }, "mode": "lines", "name": "Other", "type": "scatter", "xsrc": "Itsmetoo:0:2e69b6", "ysrc": "Itsmetoo:0:6223ec", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": "Male" } }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "Itsmetoo:0:2e69b6", "ysrc": "Itsmetoo:0:282553", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 16 }, "title": { "text": "Outcome by Year" }, "xaxis": { "type": "linear", "range": [ 1, 7 ], "title": { "text": "Year" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 1.6111111111111112, 9.38888888888889 ], "title": { "text": "Outcome" }, "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/~Itsmetoo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-12 00:53:34", "mapbox_access_tokens": null, "has_password": null, "username": "Itsmetoo", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-12T00:52:31.737052Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ptolemy7/1.embed", "fid": "ptolemy7:1", "filename": "comparison_graph", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ptolemy7/1/9_5IL3A7IKA6L2HBNRXGPWXE2NAYTPXA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ptolemy7/1/2_G089Z3FUOBC9TAZ8GC1HST70GMYQU1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ptolemy7/1/8_XB1T4CN604IJNB3YSG8B2YIR0MF771.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ptolemy7/1/9_5IL3A7IKA6L2HBNRXGPWXE2NAYTPXA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ptolemy7:1", "plots": "https://api.plotly.com/v2/plots/ptolemy7:1", "parent": "https://api.plotly.com/v2/folders/home?user=ptolemy7" }, "owner": "ptolemy7", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ptolemy7/1/", "world_readable": true, "date_modified": "2025-07-12T00:52:31.753Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ptolemy7/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "TotalTime(ms)", "y": "Compression" } }, "mode": "markers", "type": "bar", "xsrc": "ptolemy7:0:b64467", "ysrc": "ptolemy7:0:86e611", "orientation": "h" } ], "frames": [], "layout": { "title": { "text": "Comparação de Compressão" }, "xaxis": { "type": "linear", "range": [ 0, 126.21263157894737 ], "title": { "text": "Tempo Total" }, "autorange": true }, "yaxis": { "type": "category", "range": [ -0.5, 2.5 ], "title": { "text": "Técnica de Compressão" }, "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/~ptolemy7", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/51.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-12 00:51:19", "mapbox_access_tokens": null, "has_password": null, "username": "ptolemy7", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-11T21:22:29.173180Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Eyerinian/1.embed", "fid": "Eyerinian:1", "filename": "Plot data", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Eyerinian:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Eyerinian:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Eyerinian/1/8_YTI1W65OZK38M833851WUAQ28JQVM0.png", "list-thumb": "https://api.plotly.com/v2/files/Eyerinian:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Eyerinian:1", "plots": "https://api.plotly.com/v2/plots/Eyerinian:1", "parent": "https://api.plotly.com/v2/folders/home?user=Eyerinian" }, "owner": "Eyerinian", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Eyerinian/1/", "world_readable": true, "date_modified": "2025-07-14T20:33:49.140Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Eyerinian/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "807402", "meta": { "columnNames": { "x": "A", "y": "D", "error_y": { "array": "E" } } }, "mode": "markers", "type": "scatter", "xsrc": "Eyerinian:0:4a6b7f", "ysrc": "Eyerinian:0:c3975c", "marker": { "line": { "color": "rgb(93, 152, 200)", "width": 3 }, "size": 14, "color": "rgb(0, 0, 0)" }, "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "meta": { "columnNames": { "array": "E" } }, "type": "data", "value": 10, "visible": true, "arraysrc": "Eyerinian:0:c83755", "symmetric": true } } ], "frames": [], "layout": { "title": { "x": 0.5, "font": { "size": 40, "color": "rgb(0, 0, 0)", "family": "Arial" }, "text": "Turbidity 1.5% Backgrind" }, "xaxis": { "type": "linear", "range": [ -0.056425403932737234, 17.91893341735521 ], "ticks": "", "title": { "font": { "size": 30, "color": "rgb(20, 20, 20)", "family": "Arial" }, "text": "Sample #" }, "showgrid": false, "tickfont": { "size": 25, "color": "rgb(13, 13, 13)", "family": "Arial" }, "tickmode": "linear", "autorange": false, "rangeslider": { "range": [ 0.012320589356026757, 17.987679410643974 ], "yaxis": {}, "yaxis2": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "linear", "dtick": 2, "range": [ 0, 25.5 ], "title": { "font": { "size": 30, "color": "rgb(17, 17, 17)", "family": "Arial" }, "text": "Turbidity" }, "showgrid": false, "tickfont": { "size": 25, "color": "rgb(31, 31, 31)", "family": "Arial" }, "tickmode": "linear", "autorange": false }, "shapes": [ { "x0": 7.6968180388817125, "x1": 10.272726156574066, "y0": -0.3311374407582915, "y1": 26.325728672985782, "line": { "color": "#444444" }, "opacity": 0.12, "fillcolor": "rgb(197, 191, 191)" }, { "x0": 1.740390503877448, "x1": 5.501696338587357, "y0": 0.27796208530806166, "y1": 25.764063981042653, "line": { "color": "#444444" }, "opacity": 0.12, "fillcolor": "rgb(197, 191, 191)" }, { "x0": 5.796645817777783, "x1": 7.2649934420089375, "y0": -0.1697985781990488, "y1": 26.453228672985784, "line": { "color": "#444444" }, "opacity": 0.12, "fillcolor": "rgb(197, 191, 191)" }, { "x0": 10.78582785430322, "x1": 13.13822394464053, "y0": -1.6720023696682438, "y1": 25.768898104265404, "line": { "color": "#444444" }, "opacity": 0.12, "fillcolor": "rgb(197, 191, 191)" }, { "x0": 13.603967331634468, "x1": 17.24335751505981, "y0": -0.4550118483412271, "y1": 28.20257701421801, "line": { "color": "#444444" }, "opacity": 0.12, "fillcolor": "rgb(197, 191, 191)" }, { "x0": 0.4993147728874113, "x1": 1.3916829422308339, "y0": -0.05477488151658433, "y1": 25.76408767772512, "line": { "color": "#444444" }, "opacity": 0.12, "fillcolor": "rgb(197, 191, 191)" } ], "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": false, "annotations": [ { "x": 3.463929025482472, "y": 24.371534360189575, "ax": 0, "ay": -60, "font": { "size": 16, "color": "rgb(9, 9, 9)", "family": "Arial" }, "text": "Trial 8", "arrowcolor": "rgb(3, 4, 4)" }, { "x": 0.9470588019161101, "y": 24.41081161137441, "ax": -3, "ay": -60, "font": { "size": 18, "color": "rgb(3, 3, 3)", "family": "Arial" }, "text": "Trial 6", "arrowcolor": "rgb(15, 15, 15)" }, { "x": 6.53941932314342, "y": 24.450995260663507, "ax": 1, "ay": -56, "font": { "size": 18, "color": "rgb(14, 14, 14)", "family": "Arial" }, "text": "Trial 10<br>", "arrowcolor": "rgb(17, 17, 17)" }, { "x": 8.907014871318045, "y": 24.369419431279624, "ax": -1, "ay": -57, "font": { "size": 18, "color": "rgb(8, 8, 8)", "family": "Arial" }, "text": "Trial 12", "arrowcolor": "rgb(8, 8, 8)" }, { "x": 12.038423174391012, "y": 23.998400473933653, "ax": -1, "ay": -72, "font": { "size": 18, "color": "rgb(4, 4, 4)", "family": "Arial" }, "text": "Trial 13", "arrowcolor": "rgb(7, 7, 7)" }, { "x": 15.54045825725493, "y": 24.292073459715642, "ax": -2, "ay": -62, "font": { "size": 18, "color": "rgb(15, 15, 15)", "family": "Arial" }, "text": "Trial 14", "arrowcolor": "rgb(3, 3, 3)" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Eyerinian", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-11 21:20:06", "mapbox_access_tokens": null, "has_password": null, "username": "Eyerinian", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-11T21:00:21.876609Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rhemap/1.embed", "fid": "rhemap:1", "filename": "Capacity Sensor Data - Line", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/rhemap/1/9_66MKVHHGUB5AKLA8DCUZ4UNZSIGZXO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/rhemap/1/2_AI0MXR7IMTMCUA3S9FHD00LP6CEEEU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rhemap/1/8_IMAYKHZCIPGRRGML7SM40QJZXSEFRK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rhemap/1/9_66MKVHHGUB5AKLA8DCUZ4UNZSIGZXO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rhemap:1", "plots": "https://api.plotly.com/v2/plots/rhemap:1", "parent": "https://api.plotly.com/v2/folders/home?user=rhemap" }, "owner": "rhemap", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~rhemap/1/", "world_readable": true, "date_modified": "2025-07-11T21:00:21.890Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [ { "profile_url": "https://chart-studio.plotly.com/~qitongli", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-11 21:52:23", "mapbox_access_tokens": null, "has_password": null, "username": "qitongli", "email": null, "is_active": null, "readonly": false, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } ], "count": 1 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rhemap/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Timestamp", "y": "Delta_pF" } }, "mode": "lines", "type": "scatter", "xsrc": "rhemap:0:a53a1b", "ysrc": "rhemap:0:0b5ba2" } ], "frames": [], "layout": { "title": { "text": "Capacity Sensor Data from 07/10 8pm to 07/11 12pm" }, "xaxis": { "type": "category", "range": [ 19.338073471773022, 108.53064727973145 ], "title": { "text": "Time" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 637.4142597991579, 646.3713636513887 ], "title": { "text": "Delta_pf" }, "autorange": false }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rhemap", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-11 20:25:51", "mapbox_access_tokens": null, "has_password": null, "username": "rhemap", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-11T20:48:01.551097Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~4e/495.embed", "fid": "4e:495", "filename": "Plot 495", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/4e:495/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/4e:495/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/4e/495/8_33EYT18I5GU0EOOL5T7FOGCFHBICET.png", "list-thumb": "https://api.plotly.com/v2/files/4e:495/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/4e:495", "plots": "https://api.plotly.com/v2/plots/4e:495", "parent": "https://api.plotly.com/v2/folders/home?user=4e" }, "owner": "4e", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~4e/495/", "world_readable": true, "date_modified": "2025-07-13T02:54:19.272Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~4e/495/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(99, 188, 250)", "shape": "hv" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:492:bf4eb8", "ysrc": "4e:492:7c54aa", "visible": true }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:492:bf4eb8", "ysrc": "4e:492:762a02", "visible": true, "stackgroup": null }, { "line": { "color": "rgb(8, 155, 3)" }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:492:bf4eb8", "ysrc": "4e:492:3a4f29", "visible": "legendonly", "stackgroup": null, "connectgaps": true }, { "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:492:bf4eb8", "ysrc": "4e:492:2fb535", "visible": "legendonly", "stackgroup": null }, { "line": { "color": "rgb(25, 243, 61)" }, "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:492:bf4eb8", "ysrc": "4e:492:438940", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Sorcus's Scythe Of Death" }, "xaxis": { "type": "category", "range": [ 0, 4271 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -1291114.0555555555, 24531167.055555556 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~4e", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-09-12 13:44:49", "mapbox_access_tokens": null, "has_password": null, "username": "4e", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-11T19:53:32.719490Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mmellone12/38.embed", "fid": "mmellone12:38", "filename": "Operating Profit Margin with HRR Market Share", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mmellone12/38/9_SRMTWT5EE3HOHOMQ8CJCRC90YX3R6H.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mmellone12/38/2_UHKBHANV6S9082KRJLE2U0QZZC2GLD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mmellone12/38/8_0ZIZD7D7JH3G522UWQGWCJDJE03T0D.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mmellone12/38/9_SRMTWT5EE3HOHOMQ8CJCRC90YX3R6H.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mmellone12:38", "plots": "https://api.plotly.com/v2/plots/mmellone12:38", "parent": "https://api.plotly.com/v2/folders/home?user=mmellone12" }, "owner": "mmellone12", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mmellone12/38/", "world_readable": true, "date_modified": "2025-07-15T15:23:55.381Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mmellone12/38/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "scatter", "xsrc": "mmellone12:37:b3a286", "ysrc": "mmellone12:37:74f3d4" } ], "frames": [], "layout": { "title": { "text": "Operating Profit Margin with HRR Market Share" }, "xaxis": { "range": [ -54.08765560165975, 55.08765560165975 ], "title": { "text": "Operating Profit Margin (%)" }, "autorange": true }, "yaxis": { "range": [ -8.76715777262181, 108.7771577726218 ], "title": { "text": "HRR Market Share (%)" }, "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/~mmellone12", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-09 17:55:47", "mapbox_access_tokens": null, "has_password": null, "username": "mmellone12", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-11T19:41:08.260138Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~majkot/17.embed", "fid": "majkot:17", "filename": "BA_suh_vzorec", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/majkot:17/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/majkot:17/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/majkot/17/8_HTL3SS9U3ZFN6XNWWPY1V9KTIL2PXG.png", "list-thumb": "https://api.plotly.com/v2/files/majkot:17/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/majkot:17", "plots": "https://api.plotly.com/v2/plots/majkot:17", "parent": "https://api.plotly.com/v2/folders/home?user=majkot" }, "owner": "majkot", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~majkot/17/", "world_readable": true, "date_modified": "2025-07-20T14:20:30.834Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~majkot/17/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Sample Text", "y": "GABA", "error_y": { "array": "GABA SD" } } }, "mode": "markers", "name": "GABA", "type": "bar", "xsrc": "majkot:16:f07911", "ysrc": "majkot:16:72d6d2", "error_y": { "meta": { "columnNames": { "array": "GABA SD" } }, "type": "data", "visible": true, "arraysrc": "majkot:16:c6a21e", "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Sample Text", "y": "AGM", "error_y": { "array": "AGM SD" } } }, "name": "AGM", "type": "bar", "xsrc": "majkot:16:f07911", "ysrc": "majkot:16:7e4349", "error_y": { "meta": { "columnNames": { "array": "AGM SD" } }, "type": "data", "visible": true, "arraysrc": "majkot:16:c2b4a5", "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Sample Text", "y": "SPD", "error_y": { "array": "SPD SD" } } }, "name": "SPD", "type": "bar", "xsrc": "majkot:16:f07911", "ysrc": "majkot:16:70116e", "error_y": { "meta": { "columnNames": { "array": "SPD SD" } }, "type": "data", "visible": true, "arraysrc": "majkot:16:d9c7aa", "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Sample Text", "y": "SPR", "error_y": { "array": "SPR SD" } } }, "name": "SPR", "type": "bar", "xsrc": "majkot:16:f07911", "ysrc": "majkot:16:91c454", "error_y": { "meta": { "columnNames": { "array": "SPR SD" } }, "type": "data", "visible": true, "arraysrc": "majkot:16:58e2ba", "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Sample Text", "y": "PUT", "error_y": { "array": "PUT SD" } } }, "name": "PUT", "type": "bar", "xsrc": "majkot:16:f07911", "ysrc": "majkot:16:89cf93", "error_y": { "meta": { "columnNames": { "array": "PUT SD" } }, "type": "data", "visible": true, "arraysrc": "majkot:16:e79ef9", "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Sample Text", "y": "CAD", "error_y": { "array": "CAD SD" } } }, "name": "CAD", "type": "bar", "xsrc": "majkot:16:f07911", "ysrc": "majkot:16:5aabf9", "error_y": { "meta": { "columnNames": { "array": "CAD SD" } }, "type": "data", "visible": true, "arraysrc": "majkot:16:457b90", "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Sample Text", "y": "TRY", "error_y": { "array": "TRY SD" } } }, "name": "TRY", "type": "bar", "xsrc": "majkot:16:f07911", "ysrc": "majkot:16:b7e69a", "error_y": { "meta": { "columnNames": { "array": "TRY SD" } }, "type": "data", "visible": true, "arraysrc": "majkot:16:6a02e8", "symmetric": true }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Sample Text", "y": "PHE", "error_y": { "array": "PHE SD" } } }, "name": "PHE", "type": "bar", "xsrc": "majkot:16:f07911", "ysrc": "majkot:16:c15c2b", "error_y": { "meta": { "columnNames": { "array": "PHE SD" } }, "type": "data", "visible": true, "arraysrc": "majkot:16:b1ac2f", "symmetric": true }, "visible": "legendonly", "orientation": "v" }, { "meta": { "columnNames": { "x": "Sample Text", "y": "HA", "error_y": { "array": "HA SD" } } }, "name": "HA", "type": "bar", "xsrc": "majkot:16:f07911", "ysrc": "majkot:16:9b14e2", "error_y": { "meta": { "columnNames": { "array": "HA SD" } }, "type": "data", "visible": true, "arraysrc": "majkot:16:96c3ff", "symmetric": true }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Sample Text", "y": "TYR", "error_y": { "array": "TYR SD" } } }, "name": "TYR", "type": "bar", "xsrc": "majkot:16:f07911", "ysrc": "majkot:16:f9930d", "error_y": { "meta": { "columnNames": { "array": "TYR SD" } }, "type": "data", "visible": true, "arraysrc": "majkot:16:d9d299", "symmetric": true }, "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 18 }, "title": { "text": "" }, "width": 1121, "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "title": { "text": "Ime vzorca" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 5.452725639768421 ], "title": { "text": "Vsebnost biogenih aminov [µg/g]" }, "autorange": true }, "height": 487, "legend": { "x": 0.09365244536940687, "y": -0.31846942234261477, "traceorder": "normal", "orientation": "h" }, "barmode": "stack", "autosize": true, "annotations": [] } }, "height": 487, "width": 1121, "user": { "profile_url": "https://chart-studio.plotly.com/~majkot", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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-07-08 16:43:07", "mapbox_access_tokens": null, "has_password": null, "username": "majkot", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "