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=cj0xJnA9MjAyNS0wNy0xNCsxOSUzQTAwJTNBMjcuMTAyMTQ3JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTE0KzE5JTNBNTIlM0E0Ni43MjY2MTIlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0xNSswMSUzQTA3JTNBNDQuNTU4MTEzJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-15T01:07:44.558113Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mohioobd/3.embed", "fid": "mohioobd:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/mohioobd:3/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mohioobd/3/2_KMW28FE2BE4QXHDVAVW0RFKV0L80FR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mohioobd/3/8_9TD0TYS4J3H3KF4RT0LIY0VX9DQ4EO.png", "list-thumb": "https://api.plotly.com/v2/files/mohioobd:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mohioobd:3", "plots": "https://api.plotly.com/v2/plots/mohioobd:3", "parent": "https://api.plotly.com/v2/folders/home?user=mohioobd" }, "owner": "mohioobd", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mohioobd/3/", "world_readable": true, "date_modified": "2025-07-15T01:07:44.570Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mohioobd/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Vdot", "y": "dP", "z": "rpm" } }, "mode": "markers", "name": "from datasheet", "type": "mesh3d", "xsrc": "mohioobd:2:ccf2d6", "ysrc": "mohioobd:2:a995b3", "zsrc": "mohioobd:2:8aa748", "color": "rgb(18, 22, 80)", "marker": { "size": 4 }, "opacity": 1 }, { "meta": { "columnNames": { "x": "Vdot", "y": "dP", "z": "Rrpm2" } }, "mode": "markers", "name": "Regression(2 variables)", "type": "scatter3d", "xsrc": "mohioobd:2:ccf2d6", "ysrc": "mohioobd:2:a995b3", "zsrc": "mohioobd:2:73dd50", "marker": { "size": 5, "opacity": 1 }, "visible": true }, { "meta": { "columnNames": { "x": "Vdot", "y": "dP", "z": "Rrpm3" } }, "mode": "markers", "name": "Regression(3 variables)", "type": "scatter3d", "xsrc": "mohioobd:2:ccf2d6", "ysrc": "mohioobd:2:a995b3", "zsrc": "mohioobd:2:e0eddb", "marker": { "size": 5, "color": "rgb(246, 247, 4)", "symbol": "circle" } } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "font": { "size": 12 }, "text": "Vdot (L/min)" }, "tickfont": { "size": 12 } }, "yaxis": { "type": "linear", "title": { "font": { "size": 12 }, "text": "ΔP (bar)" }, "tickfont": { "size": 12 } }, "zaxis": { "type": "linear", "title": { "font": { "size": 12 }, "text": "轉速 (rpm)" }, "tickfont": { "size": 12 } }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": -0.9980739205440586, "y": -1.9103456342077665, "z": 0.20476329503389867 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "dragmode": "turntable", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Click to enter Plot title" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "autosize": true, "dragmode": "zoom", "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/~mohioobd", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-14 08:05:47", "mapbox_access_tokens": null, "has_password": null, "username": "mohioobd", "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-15T00:38:47.950590Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mohioobd/1.embed", "fid": "mohioobd:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/mohioobd:1/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mohioobd/1/2_GO9A9FWKFFTZ9ZVIGL5DF08GIHFXAT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mohioobd/1/8_WNPU7QS32STY27BZCS821LG6IRDL99.png", "list-thumb": "https://api.plotly.com/v2/files/mohioobd:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mohioobd:1", "plots": "https://api.plotly.com/v2/plots/mohioobd:1", "parent": "https://api.plotly.com/v2/folders/home?user=mohioobd" }, "owner": "mohioobd", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mohioobd/1/", "world_readable": true, "date_modified": "2025-07-15T00:38:47.963Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mohioobd/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "dP", "y": "Vdot", "z": "rpm" } }, "mode": "markers", "name": "From data sheet", "type": "scatter3d", "xsrc": "mohioobd:0:d260d4", "ysrc": "mohioobd:0:ed28c3", "zsrc": "mohioobd:0:ed2dbb", "marker": { "size": 6, "opacity": 1 }, "opacity": 1 }, { "meta": { "columnNames": { "x": "dP", "y": "Vdot", "z": "Rrpm" } }, "mode": "markers", "name": "Regression(3variables)", "type": "scatter3d", "xsrc": "mohioobd:0:d260d4", "ysrc": "mohioobd:0:ed28c3", "zsrc": "mohioobd:0:b6fcf9", "marker": { "line": { "width": 0 }, "size": 6 } } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "font": { "size": 10 }, "text": "Pressure rise ΔP (bar)" } }, "yaxis": { "type": "linear", "title": { "font": { "size": 10 }, "text": "Vdot (L/min)" } }, "zaxis": { "type": "linear", "title": { "font": { "size": 10 }, "text": "轉速 (rpm)" } }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": -2.29251894160395, "y": -0.0599358522430635, "z": 0.71814432058548 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "dragmode": "turntable", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "y= -7545.53*(dP)^2+11788.9*dP+11.2239*Vdot+188.571" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "legend": { "x": 1.02, "y": 0.8199999999999998, "itemsizing": "trace", "orientation": "v" }, "autosize": true, "dragmode": "zoom", "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/~mohioobd", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-14 08:05:47", "mapbox_access_tokens": null, "has_password": null, "username": "mohioobd", "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-14T21:59:31.713723Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Elis2606/7.embed", "fid": "Elis2606:7", "filename": "TestosteroneMC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Elis2606:7/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Elis2606:7/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Elis2606/7/8_IXV8JK0QWA1IUOW141VIR5KYU6P6LG.png", "list-thumb": "https://api.plotly.com/v2/files/Elis2606:7/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Elis2606:7", "plots": "https://api.plotly.com/v2/plots/Elis2606:7", "parent": "https://api.plotly.com/v2/folders/home?user=Elis2606" }, "owner": "Elis2606", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Elis2606/7/", "world_readable": true, "date_modified": "2025-07-15T15:20:15.278Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Elis2606/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "box": { "line": { "color": "rgb(0, 0, 0)", "width": 0.75 }, "visible": true }, "line": { "color": "rgb(125, 192, 241)", "width": 1 }, "meta": { "columnNames": { "x": "Group", "y": "Konzentration (nmol/L)" } }, "mode": "markers", "type": "violin", "xsrc": "Elis2606:6:ca46e0", "ysrc": "Elis2606:6:b10cb6", "marker": { "color": "rgb(171, 217, 251)" }, "points": "outliers", "pointpos": 1.6, "bandwidth": 0, "showlegend": false, "transforms": [ { "meta": { "columnNames": { "target": "Group" } }, "type": "filter", "value": "Healthy Control", "targetsrc": "Elis2606:6:ca46e0" } ] }, { "box": { "line": { "color": "rgb(13, 2, 0)", "width": 0.71 }, "visible": true }, "line": { "width": 1 }, "meta": { "columnNames": { "x": "Group", "y": "Konzentration (nmol/L)" } }, "type": "violin", "xsrc": "Elis2606:6:ca46e0", "ysrc": "Elis2606:6:b10cb6", "marker": { "color": "rgb(6, 40, 132)" }, "bandwidth": 0, "fillcolor": "rgba(4, 72, 196, 0.5)", "showlegend": false, "transforms": [ { "meta": { "columnNames": { "target": "Group" } }, "type": "filter", "value": "Migraine Patients", "targetsrc": "Elis2606:6:ca46e0" } ] } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "title": { "text": "" }, "tickfont": { "size": 20 }, "autorange": false }, "yaxis": { "type": "linear", "range": [ -4.389037932477638, 44.20903793247764 ], "title": { "font": { "size": 22 }, "text": "Testosterone concentration in plasma (nmol/L)" }, "mirror": false, "showline": true, "autorange": false, "linecolor": "rgb(242, 244, 247)", "zerolinewidth": 1 }, "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" }, "violingap": 0.29000000000000004, "annotations": [ { "x": 0.001272264631043257, "y": 15.00003170499022, "font": { "size": 14 }, "text": "n=60<br>", "showarrow": false }, { "x": 1.0038167938931297, "y": 13.717073358190138, "font": { "size": 14 }, "text": "n=60<br>", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Elis2606", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.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-14 11:38:18", "mapbox_access_tokens": null, "has_password": null, "username": "Elis2606", "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-14T21:37:51.525539Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~majkot/25.embed", "fid": "majkot:25", "filename": "Plot 25", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/majkot:25/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/majkot:25/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/majkot/25/8_RGE6YKI2IMPQH28D1YHVC6I6X1TF8Q.png", "list-thumb": "https://api.plotly.com/v2/files/majkot:25/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/majkot:25", "plots": "https://api.plotly.com/v2/plots/majkot:25", "parent": "https://api.plotly.com/v2/folders/home?user=majkot" }, "owner": "majkot", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~majkot/25/", "world_readable": true, "date_modified": "2025-07-20T14:14:55.299Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~majkot/25/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "M", "error_y": { "array": "AD" } } }, "mode": "markers", "name": "Normirane vrednosti", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:4c033e", "error_y": { "meta": { "columnNames": { "array": "AD" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:e8ae20", "symmetric": true }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "AK", "error_y": { "array": "AL" } } }, "name": "Nenormirane vrednosti", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:bdf2f1", "error_y": { "meta": { "columnNames": { "array": "AL" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:4c9f00", "symmetric": true }, "visible": true, "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 18 }, "title": { "text": "" }, "width": 1121, "xaxis": { "type": "multicategory", "range": [ -0.1778834661946353, 20.45904913293573 ], "title": { "text": "Ime vzorca" }, "autorange": false, "tickangle": "auto", "showspikes": false, "showdividers": false, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0, 169.92398797894737 ], "title": { "text": "Vsebnost biogenih aminov [µg/g]" }, "autorange": false, "showspikes": false }, "height": 487, "legend": { "x": 0.25390218522372526, "y": -0.4037095515694303, "traceorder": "normal", "orientation": "h" }, "barmode": "group", "autosize": true, "dragmode": "pan" } }, "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 } }, { "creation_time": "2025-07-14T21:22:42.963179Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~majkot/24.embed", "fid": "majkot:24", "filename": "Biogeni_amini_Juhe_linear", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/majkot:24/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/majkot:24/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/majkot/24/8_QRXFU7A5E3ATTTO6UH4QLAE1NO1IE2.png", "list-thumb": "https://api.plotly.com/v2/files/majkot:24/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/majkot:24", "plots": "https://api.plotly.com/v2/plots/majkot:24", "parent": "https://api.plotly.com/v2/folders/home?user=majkot" }, "owner": "majkot", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~majkot/24/", "world_readable": true, "date_modified": "2025-07-20T14:04:34.493Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~majkot/24/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "dan", "y": "SUM BA", "error_y": { "array": "SUM BA SD" } } }, "mode": "markers+lines", "name": "kontrola", "type": "scatter", "xsrc": "majkot:19:3bf000", "ysrc": "majkot:19:b0eea0", "error_y": { "meta": { "columnNames": { "array": "SUM BA SD" } }, "type": "data", "visible": true, "arraysrc": "majkot:19:4bda78", "symmetric": true }, "visible": true }, { "meta": { "columnNames": { "x": "dan", "y": "SUM BA" } }, "mode": "markers", "name": "TRADI", "type": "scatter", "xsrc": "majkot:20:a204b4", "ysrc": "majkot:23:fe3be6", "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "dan", "y": "SUM BA" } }, "mode": "markers", "name": "SM-194", "type": "scatter", "xsrc": "majkot:22:09cee3", "ysrc": "majkot:22:1fce5e", "stackgroup": null }, { "meta": { "columnNames": { "x": "dan", "y": "SUM BA" } }, "mode": "markers", "name": "SM-194 + B-LC-20", "type": "scatter", "xsrc": "majkot:21:247bcd", "ysrc": "majkot:21:3d541e", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -0.7196765498652291, 31.71967654986523 ], "title": { "text": "Čas fermentacije [dan]" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -11.147344723853164, 226.03803499599226 ], "title": { "text": "Vsebnost biogenih aminov [µg/mL]" }, "autorange": true }, "legend": { "x": 0.14779116465863454, "y": -0.11796407185628748, "title": { "font": { "size": 14 }, "text": "Dodatek aminokisline v gojišče " }, "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" } } }, "height": null, "width": null, "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 } }, { "creation_time": "2025-07-14T21:18:59.237434Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Elis2606/5.embed", "fid": "Elis2606:5", "filename": "ProgesteroneMC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Elis2606:5/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Elis2606/5/2_3YDFBQ95ST2FHHE7SGRI8XNNYX4JPA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Elis2606/5/8_DLQN9GNF29M47X4HP6UHPE2QYMVWCM.png", "list-thumb": "https://api.plotly.com/v2/files/Elis2606:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Elis2606:5", "plots": "https://api.plotly.com/v2/plots/Elis2606:5", "parent": "https://api.plotly.com/v2/folders/home?user=Elis2606" }, "owner": "Elis2606", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Elis2606/5/", "world_readable": true, "date_modified": "2025-07-17T11:25:55.913Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Elis2606/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "box": { "line": { "color": "rgb(13, 13, 13)", "width": 0.71 }, "width": 0.18, "visible": true }, "line": { "color": "rgb(71, 117, 58)", "width": 1 }, "meta": { "columnNames": { "x": "Gruppe_Hormon", "y": "Konzentration (nmol/L)" } }, "mode": "markers", "type": "violin", "xsrc": "Elis2606:4:a2dec4", "ysrc": "Elis2606:4:81cf30", "jitter": 0.3, "marker": { "color": "rgb(34, 93, 13)" }, "points": "outliers", "meanline": { "width": 1, "visible": true }, "bandwidth": 0, "fillcolor": "rgba(194, 230, 179, 0.5)", "showlegend": false, "transforms": [ { "meta": { "columnNames": { "target": "Gruppe_Hormon" } }, "type": "filter", "value": "Healthy Control", "targetsrc": "Elis2606:4:a2dec4" } ] }, { "box": { "line": { "color": "rgb(0, 0, 0)", "width": 0.71 }, "visible": true }, "line": { "color": "rgb(55, 87, 51)", "width": 1 }, "meta": { "columnNames": { "x": "Gruppe_Hormon", "y": "Konzentration (nmol/L)" } }, "type": "violin", "xsrc": "Elis2606:4:a2dec4", "ysrc": "Elis2606:4:81cf30", "jitter": 0.2, "marker": { "line": { "width": 1 }, "color": "rgb(175, 217, 169)", "opacity": 1 }, "points": "outliers", "meanline": { "visible": true }, "pointpos": 0.10000000000000009, "bandwidth": 0, "fillcolor": "rgba(31, 107, 23, 0.5)", "showlegend": false, "transforms": [ { "meta": { "columnNames": { "target": "Gruppe_Hormon" } }, "type": "filter", "value": "Migraine Patients", "targetsrc": "Elis2606:4:a2dec4" } ], "hovertemplate": "" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 3 ], "ticks": "", "title": { "font": { "size": 15 }, "text": "<br>" }, "showgrid": true, "showline": false, "tickfont": { "size": 20, "color": "rgb(1, 7, 20)" }, "zeroline": true, "autorange": false, "gridcolor": "rgb(248, 250, 252)", "linecolor": "rgb(237, 246, 255)", "rangeslider": { "range": [ -0.5, 3 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinecolor": "rgb(4, 22, 51)" }, "yaxis": { "type": "linear", "range": [ -0.5, 3.935459174166478 ], "title": { "font": { "size": 22, "color": "rgb(1, 9, 20)" }, "text": "Plasma Progesterone Concentration (nmol/L)" }, "tickfont": { "color": "rgb(2, 9, 20)" }, "autorange": false, "gridcolor": "rgb(240, 246, 255)", "showspikes": false, "zerolinewidth": 1 }, "images": [ { "x": 0.5, "y": 0.5, "sizex": 0.1, "sizey": 0.1 } ], "shapes": [ { "x0": -0.006370865139949055, "x1": 1.0047773536895674, "y0": 2.9967215818257644, "y1": 3.0027975532972255, "line": { "dash": "solid", "color": "#444444", "width": 2 }, "type": "line", "xref": "x", "opacity": 0.84, "fillcolor": "rgb(18, 16, 16)" } ], "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" }, "violingap": 0, "annotations": [ { "x": 1.0028625954198473, "y": 0.7587049252991854, "font": { "size": 14 }, "text": "n=60<br>", "showarrow": false }, { "x": 0.0009541984732824156, "y": 0.4330304789225026, "font": { "size": 14 }, "text": "n=60<br><br>", "showarrow": false }, { "x": 0.48632315521628494, "y": 3.1152030255192527, "font": { "size": 18 }, "text": "p<0.001", "showarrow": false } ], "violingroupgap": 0 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Elis2606", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.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-14 11:38:18", "mapbox_access_tokens": null, "has_password": null, "username": "Elis2606", "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-14T21:02:48.693962Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rogersernalever/14.embed", "fid": "rogersernalever:14", "filename": "Plot 14", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/rogersernalever/14/9_X1LPV86NHPMU6HQQE8CWEBBMSWAG4I.png", "image_urls": { "default": "https://api.plotly.com/v2/files/rogersernalever:14/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rogersernalever/14/8_7WFSF1INEDC0BYQGNWR7ED39PQDPUA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rogersernalever/14/9_X1LPV86NHPMU6HQQE8CWEBBMSWAG4I.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rogersernalever:14", "plots": "https://api.plotly.com/v2/plots/rogersernalever:14", "parent": "https://api.plotly.com/v2/folders/home?user=rogersernalever" }, "owner": "rogersernalever", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~rogersernalever/14/", "world_readable": true, "date_modified": "2025-07-16T16:27:25.226Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rogersernalever/14/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Marca temporal", "y": "Cual es el valor de la resistencia medida?", "text": "Cual es el valor de la resistencia medida?", "marker": { "color": "Se presentaron lluvias antes de la toma de la medida de resistencia?" }, "textposition": "" } }, "mode": "markers+lines+text", "type": "scatter", "xsrc": "rogersernalever:13:80f8a6", "ysrc": "rogersernalever:13:568350", "marker": { "meta": { "columnNames": { "color": "Se presentaron lluvias antes de la toma de la medida de resistencia?" } }, "size": 9, "cauto": true, "opacity": 1, "colorsrc": "rogersernalever:13:96fd79", "showscale": false, "colorscale": [ [ 0, "#331317" ], [ 0.09090909090909091, "#4f1c21" ], [ 0.18181818181818182, "#6c2424" ], [ 0.2727272727272727, "#872f20" ], [ 0.36363636363636365, "#9d4219" ], [ 0.45454545454545453, "#ae5814" ], [ 0.5454545454545454, "#bc6f13" ], [ 0.6363636363636364, "#c78916" ], [ 0.7272727272727273, "#d1a420" ], [ 0.8181818181818182, "#d9c02c" ], [ 0.9090909090909091, "#dede3b" ], [ 1, "#e0fd4a" ] ], "reversescale": false }, "hoveron": "points+fills", "textsrc": "rogersernalever:13:568350", "cliponaxis": true, "connectgaps": false, "textposition": "top center", "hovertemplate": "", "autocolorscale": false } ], "frames": [], "layout": { "title": { "text": "Resistencia de puesta a tierra del océano" }, "xaxis": { "type": "category", "range": [ -1.6469745123699138, 27.646974512369916 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 5.616283924843424, 21.983716075156575 ], "title": { "text": "Ohms" }, "autorange": true }, "legend": { "x": 1, "y": 1, "font": { "size": 10, "color": "rgb(255, 249, 249)" }, "title": { "text": "Ohms" }, "valign": "bottom", "xanchor": "left", "yanchor": "top", "itemsizing": "constant" }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(231,231,240)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(183,183,191)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(234,234,242)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(36,36,36)" }, "polar": { "bgcolor": "rgb(234,234,242)", "radialaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "zaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" } }, "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "bgcolor": "rgb(234,234,242)" }, "colorway": [ "rgb(76,114,176)", "rgb(221,132,82)", "rgb(85,168,104)", "rgb(196,78,82)", "rgb(129,114,179)", "rgb(147,120,96)", "rgb(218,139,195)", "rgb(140,140,140)", "rgb(204,185,116)", "rgb(100,181,205)" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#67001f" ], [ 0.1, "#b2182b" ], [ 0.2, "#d6604d" ], [ 0.3, "#f4a582" ], [ 0.4, "#fddbc7" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d1e5f0" ], [ 0.7, "#92c5de" ], [ 0.8, "#4393c3" ], [ 0.9, "#2166ac" ], [ 1, "#053061" ] ], "sequential": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ], "sequentialminus": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ] }, "plot_bgcolor": "rgb(234,234,242)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.5, "fillcolor": "rgb(67,103,167)" }, "annotationdefaults": { "arrowcolor": "rgb(67,103,167)" } }, "themeRef": "SEABORN" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rogersernalever", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.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": "2023-05-29 20:40:31", "mapbox_access_tokens": null, "has_password": null, "username": "rogersernalever", "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-14T20:23:50.584200Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~law.abby/1.embed", "fid": "law.abby:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/law.abby:1/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/law.abby/1/2_Z11GF3KK2G9Z2TWTEHASY9RYJ058LG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/law.abby/1/8_JU0WNATOP1GW6UXERSXGU5WNEPAM37.png", "list-thumb": "https://api.plotly.com/v2/files/law.abby:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/law.abby:1", "plots": "https://api.plotly.com/v2/plots/law.abby:1", "parent": "https://api.plotly.com/v2/folders/home?user=law.abby" }, "owner": "law.abby", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~law.abby/1/", "world_readable": true, "date_modified": "2025-07-14T20:23:50.597Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~law.abby/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Melanoma Stage", "y": "Poverty %" } }, "mode": "markers", "type": "scatter", "xsrc": "law.abby:0:283adc", "ysrc": "law.abby:0:0e2e40", "bandwidth": 0, "boxpoints": false, "orientation": "v", "autocolorscale": true } ], "frames": [], "layout": { "scene": { "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Melanoma Stage Presentation vs. Poverty % " }, "xaxis": { "type": "category", "range": [ -0.49983383183781993, 8.49983383183782 ], "title": { "text": "Melanoma Stage" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -2.7701119272472896, 42.27011192724729 ], "title": { "text": "Poverty %" }, "autorange": true }, "autosize": true, "dragmode": "zoom", "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/~law.abby", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.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-14 20:16:19", "mapbox_access_tokens": null, "has_password": null, "username": "law.abby", "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-14T20:12:08.642034Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lukuch12/1.embed", "fid": "lukuch12:1", "filename": "user_profile_clusters", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/lukuch12:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/lukuch12:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/lukuch12:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/lukuch12:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lukuch12:1", "plots": "https://api.plotly.com/v2/plots/lukuch12:1", "parent": "https://api.plotly.com/v2/folders/home?user=lukuch12" }, "owner": "lukuch12", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~lukuch12/1/", "world_readable": true, "date_modified": "2025-07-17T10:36:15.052Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lukuch12/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers+text", "name": "Cluster 1, centroid", "type": "scatter", "xsrc": "lukuch12:39:56da6c", "ysrc": "lukuch12:39:2efbcd", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#636EFA", "symbol": "circle-open", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:b817de", "sizemode": "area" }, "textsrc": "lukuch12:39:90dadd", "showlegend": true, "legendgroup": "Cluster 1, centroid", "orientation": "v", "hovertextsrc": "lukuch12:39:173b36", "textposition": "top center", "customdatasrc": "lukuch12:39:56cdb3", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 1<br>type=centroid<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 1, movie (clustered)", "type": "scatter", "xsrc": "lukuch12:39:de5e07", "ysrc": "lukuch12:39:21814c", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#636EFA", "symbol": "circle", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:a4e4d7", "sizemode": "area" }, "textsrc": "lukuch12:39:34aa99", "showlegend": true, "legendgroup": "Cluster 1, movie (clustered)", "orientation": "v", "hovertextsrc": "lukuch12:39:a0d637", "textposition": "top center", "customdatasrc": "lukuch12:39:9e7fbb", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 1<br>type=movie (clustered)<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 2, centroid", "type": "scatter", "xsrc": "lukuch12:39:57a714", "ysrc": "lukuch12:39:e47cef", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#EF553B", "symbol": "circle-open", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:badc71", "sizemode": "area" }, "textsrc": "lukuch12:39:e3be7f", "showlegend": true, "legendgroup": "Cluster 2, centroid", "orientation": "v", "hovertextsrc": "lukuch12:39:2ff0ba", "textposition": "top center", "customdatasrc": "lukuch12:39:f695a9", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 2<br>type=centroid<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 2, movie (clustered)", "type": "scatter", "xsrc": "lukuch12:39:13ea99", "ysrc": "lukuch12:39:783214", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#EF553B", "symbol": "circle", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:1acc3a", "sizemode": "area" }, "textsrc": "lukuch12:39:334da1", "showlegend": true, "legendgroup": "Cluster 2, movie (clustered)", "orientation": "v", "hovertextsrc": "lukuch12:39:26d9fb", "textposition": "top center", "customdatasrc": "lukuch12:39:56032d", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 2<br>type=movie (clustered)<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 3, centroid", "type": "scatter", "xsrc": "lukuch12:39:007955", "ysrc": "lukuch12:39:6829d4", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#00CC96", "symbol": "circle-open", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:32b8fd", "sizemode": "area" }, "textsrc": "lukuch12:39:acfbfe", "showlegend": true, "legendgroup": "Cluster 3, centroid", "orientation": "v", "hovertextsrc": "lukuch12:39:c879e3", "textposition": "top center", "customdatasrc": "lukuch12:39:2d25bd", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 3<br>type=centroid<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 3, movie (clustered)", "type": "scatter", "xsrc": "lukuch12:39:73b8da", "ysrc": "lukuch12:39:6e0d0a", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#00CC96", "symbol": "circle", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:917ab3", "sizemode": "area" }, "textsrc": "lukuch12:39:a440dd", "showlegend": true, "legendgroup": "Cluster 3, movie (clustered)", "orientation": "v", "hovertextsrc": "lukuch12:39:c2aa4b", "textposition": "top center", "customdatasrc": "lukuch12:39:4ecc38", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 3<br>type=movie (clustered)<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 4, centroid", "type": "scatter", "xsrc": "lukuch12:39:d87240", "ysrc": "lukuch12:39:c2318a", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#AB63FA", "symbol": "circle-open", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:86fd02", "sizemode": "area" }, "textsrc": "lukuch12:39:3b64cb", "showlegend": true, "legendgroup": "Cluster 4, centroid", "orientation": "v", "hovertextsrc": "lukuch12:39:6985fe", "textposition": "top center", "customdatasrc": "lukuch12:39:cf4543", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 4<br>type=centroid<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 4, movie (clustered)", "type": "scatter", "xsrc": "lukuch12:39:4bb6d9", "ysrc": "lukuch12:39:f05159", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#AB63FA", "symbol": "circle", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:72079f", "sizemode": "area" }, "textsrc": "lukuch12:39:105e80", "showlegend": true, "legendgroup": "Cluster 4, movie (clustered)", "orientation": "v", "hovertextsrc": "lukuch12:39:8d7abc", "textposition": "top center", "customdatasrc": "lukuch12:39:7c921c", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 4<br>type=movie (clustered)<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 5, centroid", "type": "scatter", "xsrc": "lukuch12:39:cd3a88", "ysrc": "lukuch12:39:739f63", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#FFA15A", "symbol": "circle-open", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:0aaeff", "sizemode": "area" }, "textsrc": "lukuch12:39:6c6e99", "showlegend": true, "legendgroup": "Cluster 5, centroid", "orientation": "v", "hovertextsrc": "lukuch12:39:249d93", "textposition": "top center", "customdatasrc": "lukuch12:39:dc6e13", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 5<br>type=centroid<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 5, movie (clustered)", "type": "scatter", "xsrc": "lukuch12:39:6fe472", "ysrc": "lukuch12:39:596252", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#FFA15A", "symbol": "circle", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:397bd3", "sizemode": "area" }, "textsrc": "lukuch12:39:5edbe1", "showlegend": true, "legendgroup": "Cluster 5, movie (clustered)", "orientation": "v", "hovertextsrc": "lukuch12:39:82d4cb", "textposition": "top center", "customdatasrc": "lukuch12:39:d72760", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 5<br>type=movie (clustered)<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 6, centroid", "type": "scatter", "xsrc": "lukuch12:39:38e6cb", "ysrc": "lukuch12:39:c4ceae", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#19D3F3", "symbol": "circle-open", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:c8e85a", "sizemode": "area" }, "textsrc": "lukuch12:39:fd053d", "showlegend": true, "legendgroup": "Cluster 6, centroid", "orientation": "v", "hovertextsrc": "lukuch12:39:614dbf", "textposition": "top center", "customdatasrc": "lukuch12:39:870bd3", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 6<br>type=centroid<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 6, movie (clustered)", "type": "scatter", "xsrc": "lukuch12:39:0793bb", "ysrc": "lukuch12:39:efef54", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#19D3F3", "symbol": "circle", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:faaf50", "sizemode": "area" }, "textsrc": "lukuch12:39:2caee6", "showlegend": true, "legendgroup": "Cluster 6, movie (clustered)", "orientation": "v", "hovertextsrc": "lukuch12:39:bc4948", "textposition": "top center", "customdatasrc": "lukuch12:39:cde5ac", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 6<br>type=movie (clustered)<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 7, centroid", "type": "scatter", "xsrc": "lukuch12:39:91d196", "ysrc": "lukuch12:39:13a58a", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#FF6692", "symbol": "circle-open", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:9b9ffd", "sizemode": "area" }, "textsrc": "lukuch12:39:f40cb0", "showlegend": true, "legendgroup": "Cluster 7, centroid", "orientation": "v", "hovertextsrc": "lukuch12:39:e7e7c2", "textposition": "top center", "customdatasrc": "lukuch12:39:43fc87", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 7<br>type=centroid<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "Cluster 7, movie (clustered)", "type": "scatter", "xsrc": "lukuch12:39:6b0657", "ysrc": "lukuch12:39:f83f24", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#FF6692", "symbol": "circle", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:52f46b", "sizemode": "area" }, "textsrc": "lukuch12:39:76e301", "showlegend": true, "legendgroup": "Cluster 7, movie (clustered)", "orientation": "v", "hovertextsrc": "lukuch12:39:544d8c", "textposition": "top center", "customdatasrc": "lukuch12:39:ea6a89", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=Cluster 7<br>type=movie (clustered)<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "mode": "markers+text", "name": "random, movie", "type": "scatter", "xsrc": "lukuch12:39:39aa7c", "ysrc": "lukuch12:39:560536", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "DarkSlateGrey", "width": 1 }, "color": "#888888", "symbol": "cross", "opacity": 0.7, "sizeref": 0.0375, "sizesrc": "lukuch12:39:4cb558", "sizemode": "area" }, "textsrc": "lukuch12:39:7c46ab", "showlegend": true, "legendgroup": "random, movie", "orientation": "v", "hovertextsrc": "lukuch12:39:34a110", "textposition": "top center", "customdatasrc": "lukuch12:39:cecf5a", "hovertemplate": "<b>%{hovertext}</b><br><br>Cluster=random<br>type=movie<br>X=%{x}<br>Y=%{y}<br>size=%{marker.size}<br>text=%{text}<br>year=%{customdata[0]}<br>genres=%{customdata[1]}<br>rating=%{customdata[2]}<br>duration=%{customdata[3]}<extra></extra>" }, { "line": { "width": 0 }, "type": "histogram2dcontour", "xsrc": "lukuch12:39:cca811", "ysrc": "lukuch12:39:44164c", "opacity": 0.17, "contours": { "coloring": "fill" }, "hoverinfo": "skip", "ncontours": 6, "showscale": false, "colorscale": [ [ 0.0, "rgb(247,251,255)" ], [ 0.125, "rgb(222,235,247)" ], [ 0.25, "rgb(198,219,239)" ], [ 0.375, "rgb(158,202,225)" ], [ 0.5, "rgb(107,174,214)" ], [ 0.625, "rgb(66,146,198)" ], [ 0.75, "rgb(33,113,181)" ], [ 0.875, "rgb(8,81,156)" ], [ 1.0, "rgb(8,48,107)" ] ], "reversescale": true } ], "layout": { "title": { "text": "User Profile Clusters Visualization for test_user (TSNE projection from 3072D embeddings)\nTotal movies plotted: 273" }, "xaxis": { "range": [ -0.3001447461545468, 4.045096880942583 ], "title": { "text": "X" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "range": [ -2.874866008758545, 4.46457052230835 ], "title": { "text": "Y" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "Cluster, type" }, "itemsizing": "constant", "tracegroupgap": 0 }, "shapes": [ { "x0": 2.3373916149139404, "x1": 3.3373916149139404, "y0": 0.17493575811386108, "y1": 1.174935758113861, "line": { "color": "rgba(0,0,0,0)" }, "type": "circle", "xref": "x", "yref": "y", "layer": "below", "fillcolor": "rgba(99,110,250,0.15)" }, { "x0": 0.5578763484954834, "x1": 1.5578763484954834, "y0": -0.8299882709980011, "y1": 0.1700117290019989, "line": { "color": "rgba(0,0,0,0)" }, "type": "circle", "xref": "x", "yref": "y", "layer": "below", "fillcolor": "rgba(239,85,59,0.15)" }, { "x0": 0.7761934995651245, "x1": 1.7761934995651245, "y0": -0.7361973375082016, "y1": 0.2638026624917984, "line": { "color": "rgba(0,0,0,0)" }, "type": "circle", "xref": "x", "yref": "y", "layer": "below", "fillcolor": "rgba(0,204,150,0.15)" }, { "x0": 1.6254093647003174, "x1": 2.6254093647003174, "y0": -1.86442232131958, "y1": -0.8644223213195801, "line": { "color": "rgba(0,0,0,0)" }, "type": "circle", "xref": "x", "yref": "y", "layer": "below", "fillcolor": "rgba(171,99,250,0.15)" }, { "x0": 0.31870776414871216, "x1": 1.3187077641487122, "y0": -2.1100547313690186, "y1": -1.1100547313690186, "line": { "color": "rgba(0,0,0,0)" }, "type": "circle", "xref": "x", "yref": "y", "layer": "below", "fillcolor": "rgba(255,161,90,0.15)" }, { "x0": 0.17384052276611328, "x1": 1.1738405227661133, "y0": -1.5531126260757446, "y1": -0.5531126260757446, "line": { "color": "rgba(0,0,0,0)" }, "type": "circle", "xref": "x", "yref": "y", "layer": "below", "fillcolor": "rgba(25,211,243,0.15)" }, { "x0": 1.6636414527893066, "x1": 2.6636414527893066, "y0": 2.4850845336914062, "y1": 3.4850845336914062, "line": { "color": "rgba(0,0,0,0)" }, "type": "circle", "xref": "x", "yref": "y", "layer": "below", "fillcolor": "rgba(255,102,146,0.15)" } ], "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "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.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~lukuch12", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.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-07-14 20:06:10", "mapbox_access_tokens": null, "has_password": null, "username": "lukuch12", "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-14T19:52:46.726612Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ms1277619/1.embed", "fid": "ms1277619:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ms1277619:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ms1277619:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ms1277619/1/8_A10QIMWMBC5QSIQ1XKWDR7OHTYFMHM.png", "list-thumb": "https://api.plotly.com/v2/files/ms1277619:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ms1277619:1", "plots": "https://api.plotly.com/v2/plots/ms1277619:1", "parent": "https://api.plotly.com/v2/folders/home?user=ms1277619" }, "owner": "ms1277619", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ms1277619/1/", "world_readable": true, "date_modified": "2025-07-14T19:55:13.999Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ms1277619/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "ms1277619:0:740bb8", "ysrc": "ms1277619:0:1fe458" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0.007309487096662778, 0.9329652179742683 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.35259610479751347, 32.654930048585506 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ms1277619", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-14 19:50:20", "mapbox_access_tokens": null, "has_password": null, "username": "ms1277619", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "