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=cD0yMDI1LTA3LTEwKzAzJTNBMjElM0ExMC44MTE0NzglMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTA5KzE5JTNBMDUlM0E0NS4yMTk2NjMlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0xMCswMyUzQTA2JTNBMzguNzEzMzk1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-10T03:06:38.713395Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~qwqq1121/3.embed", "fid": "qwqq1121:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/qwqq1121/3/9_KB6QQNLG6SVWKAXH3HUONLLAZYQ7R3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/qwqq1121/3/2_HUECJDTBGWQDJ5C39OBFRO3AER4XHU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/qwqq1121/3/8_YAM9RC0K322XMVUPNUP9AGZBQDOLVD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/qwqq1121/3/9_KB6QQNLG6SVWKAXH3HUONLLAZYQ7R3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/qwqq1121:3", "plots": "https://api.plotly.com/v2/plots/qwqq1121:3", "parent": "https://api.plotly.com/v2/folders/home?user=qwqq1121" }, "owner": "qwqq1121", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~qwqq1121/3/", "world_readable": true, "date_modified": "2025-07-10T03:06:38.725Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~qwqq1121/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "leaf": { "opacity": 1 }, "meta": { "columnNames": { "labels": "B", "values": "C", "parents": "A" } }, "mode": "markers", "sort": true, "type": "sunburst", "marker": { "line": { "width": 2 } }, "rotation": 0, "textfont": { "size": 14 }, "textinfo": "label+value+percent", "labelssrc": "qwqq1121:2:037a67", "valuessrc": "qwqq1121:2:2258a6", "parentssrc": "qwqq1121:2:0ed903", "branchvalues": "total", "texttemplate": "" } ], "frames": [], "layout": { "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "margin": { "b": 0, "l": 0, "r": 0, "t": 13, "pad": 0 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": false, "sunburstcolorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "extendsunburstcolors": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~qwqq1121", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-27 02:23:44", "mapbox_access_tokens": null, "has_password": null, "username": "qwqq1121", "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-10T01:41:22.070106Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rnfql/1.embed", "fid": "rnfql:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/rnfql/1/9_PAPA0Y53COJ06GL8R56TVE7HDMNYXV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/rnfql/1/2_8G8DX0ST3F6AP74I2A9O6RKTAQS59I.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rnfql/1/8_UM709E5F4VW7C1733XY79V6S6V0SGH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rnfql/1/9_PAPA0Y53COJ06GL8R56TVE7HDMNYXV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rnfql:1", "plots": "https://api.plotly.com/v2/plots/rnfql:1", "parent": "https://api.plotly.com/v2/folders/home?user=rnfql" }, "owner": "rnfql", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~rnfql/1/", "world_readable": true, "date_modified": "2025-07-10T04:14:59.310Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [ { "profile_url": "https://chart-studio.plotly.com/~catherine0202", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-10 01:23:44", "mapbox_access_tokens": null, "has_password": null, "username": "catherine0202", "email": null, "is_active": null, "readonly": false, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } ], "count": 1 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rnfql/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1c6857", "line": { "dash": "solid", "color": "rgb(3, 5, 18)", "shape": "linear", "width": 0.2 }, "meta": { "columnNames": { "x": "Trace 0, x; Trace 1, x; Trace 2, x", "y": "참여자 1" } }, "mode": "markers+lines", "name": "참여자 1", "type": "scatter", "xsrc": "rnfql:0:3bc4d3", "ysrc": "rnfql:0:51bb3f", "yaxis": "y", "marker": { "color": "rgb(3, 5, 18)", "opacity": 0.5 }, "error_x": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1 }, { "uid": "fb709b", "line": { "dash": "solid", "color": "rgb(25, 25, 51)", "shape": "linear", "width": 0.2 }, "meta": { "columnNames": { "x": "Trace 0, x; Trace 1, x; Trace 2, x", "y": "참여자 2" } }, "mode": "markers+lines", "name": "참여자 2", "type": "scatter", "xsrc": "rnfql:0:3bc4d3", "ysrc": "rnfql:0:eb4398", "marker": { "color": "rgb(25, 25, 51)", "opacity": 0.5 }, "error_x": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1 }, { "uid": "686ad7", "line": { "dash": "solid", "color": "rgb(44, 42, 87)", "shape": "linear", "width": 0.2 }, "meta": { "columnNames": { "x": "Trace 0, x; Trace 1, x; Trace 2, x", "y": "참여자 3" } }, "mode": "markers+lines", "name": "참여자 3", "type": "scatter", "xsrc": "rnfql:0:3bc4d3", "ysrc": "rnfql:0:5ac8fe", "marker": { "color": "rgb(44, 42, 87)", "opacity": 0.5 }, "error_x": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1 }, { "uid": "f9d640", "line": { "dash": "solid", "color": "rgb(58, 60, 125)", "shape": "linear", "width": 0.2 }, "meta": { "columnNames": { "x": "Trace 0, x; Trace 1, x; Trace 2, x", "y": "참여자 4" } }, "mode": "markers+lines", "name": "참여자 4", "type": "scatter", "xsrc": "rnfql:0:3bc4d3", "ysrc": "rnfql:0:dfb30f", "marker": { "color": "rgb(58, 60, 125)", "opacity": 0.5 }, "error_x": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "visible": true, "stackgroup": null }, { "uid": "2dccfc", "line": { "dash": "solid", "color": "rgb(62, 83, 160)", "shape": "linear", "width": 0.2 }, "meta": { "columnNames": { "x": "Trace 0, x; Trace 1, x; Trace 2, x", "y": "참여자 5" } }, "mode": "markers+lines", "name": "참여자 5", "type": "scatter", "xsrc": "rnfql:0:3bc4d3", "ysrc": "rnfql:0:819d4b", "marker": { "color": "rgb(62, 83, 160)", "opacity": 0.5 }, "error_x": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "stackgroup": null }, { "uid": "b222ea", "line": { "dash": "solid", "color": "rgb(62, 109, 178)", "shape": "linear", "width": 0.2 }, "meta": { "columnNames": { "x": "Trace 0, x; Trace 1, x; Trace 2, x", "y": "참여자 6" } }, "mode": "markers+lines", "name": "참여자 6", "type": "scatter", "xsrc": "rnfql:0:3bc4d3", "ysrc": "rnfql:0:84408f", "marker": { "color": "rgb(62, 109, 178)", "opacity": 0.5 }, "error_x": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "stackgroup": null }, { "uid": "17bbdc", "line": { "dash": "solid", "color": "rgb(72, 134, 187)", "shape": "linear", "width": 0.2 }, "meta": { "columnNames": { "x": "Trace 0, x; Trace 1, x; Trace 2, x", "y": "참여자 7" } }, "mode": "markers+lines", "name": "참여자 7", "type": "scatter", "xsrc": "rnfql:0:3bc4d3", "ysrc": "rnfql:0:f00849", "marker": { "color": "rgb(72, 134, 187)", "opacity": 0.5 }, "error_x": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "stackgroup": null }, { "uid": "ab8264", "line": { "dash": "solid", "color": "rgb(89, 159, 196)", "shape": "linear", "width": 0.2 }, "meta": { "columnNames": { "x": "Trace 0, x; Trace 1, x; Trace 2, x", "y": "참여자 8" } }, "mode": "markers+lines", "name": "참여자 8", "type": "scatter", "xsrc": "rnfql:0:3bc4d3", "ysrc": "rnfql:0:094bcb", "marker": { "color": "rgb(89, 159, 196)", "opacity": 0.5 }, "error_x": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "stackgroup": null }, { "uid": "cc4bb5", "line": { "dash": "solid", "color": "rgb(114, 184, 205)", "shape": "linear", "width": 0.2 }, "meta": { "columnNames": { "x": "Trace 0, x; Trace 1, x; Trace 2, x", "y": "참여자 9" } }, "mode": "markers+lines", "name": "참여자 9", "type": "scatter", "xsrc": "rnfql:0:3bc4d3", "ysrc": "rnfql:0:1d1d40", "marker": { "color": "rgb(114, 184, 205)", "opacity": 0.5 }, "error_x": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "stackgroup": null }, { "uid": "9e06e6", "line": { "dash": "solid", "color": "rgb(149, 207, 216)", "shape": "linear", "width": 0.2 }, "meta": { "columnNames": { "x": "Trace 0, x; Trace 1, x; Trace 2, x", "y": "참여자 10" } }, "mode": "markers+lines", "name": "참여자 10", "type": "scatter", "xsrc": "rnfql:0:3bc4d3", "ysrc": "rnfql:0:938b9a", "marker": { "color": "rgb(149, 207, 216)", "opacity": 0.5 }, "error_x": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "\u001bMIXED_VALUES", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "stackgroup": null }, { "uid": "ae6779", "line": { "width": 0.2 }, "meta": { "columnNames": { "x": "Trace 0, x; Trace 1, x; Trace 2, x", "y": "평균" } }, "mode": "none", "name": "평균", "type": "scatter", "xsrc": "rnfql:0:3bc4d3", "ysrc": "rnfql:0:6fe7ed", "marker": { "opacity": 0.5 }, "opacity": 1, "showlegend": false, "stackgroup": null }, { "uid": "9cbc42", "line": { "color": "rgb(58, 76, 168)" }, "opacity": 1, "showlegend": false, "transforms": [ { "rms": 2.2610826851512775, "type": "fit", "xmid": "45분 후", "ymid": 94.48772727272747, "inputUid": "ae6779", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.30488432706958063, "value": -2.2049090909090108 }, { "hold": true, "name": "b", "error": null, "value": 100 } ], "regressand": "y", "correlation": 0.8609810182734134, "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": null } ] }, { "meta": { "columnNames": { "x": "", "y": "" } }, "mode": "markers", "type": "scatter", "xaxis": "x", "yaxis": "y", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "side": "bottom", "type": "category", "range": [ -0.14660536431423843, 5.30473602484472 ], "title": { "font": { "color": "#4D5663" }, "text": "" }, "anchor": "y", "domain": [ 0, 0.75 ], "mirror": false, "nticks": 0, "tickson": "labels", "showline": true, "tickfont": { "size": 1, "color": "#4D5663", "family": "Droid Serif" }, "tickmode": "auto", "zeroline": true, "autorange": false, "gridcolor": "#E1E5ED", "fixedrange": false, "rangeslider": { "range": [ -0.3047360248447205, 5.30473602484472 ], "yaxis": {}, "yaxis2": {}, "visible": false, "autorange": true }, "zerolinecolor": "rgb(50, 50, 51)", "zerolinewidth": 12, "showticklabels": false }, "yaxis": { "side": "left", "type": "linear", "range": [ 80, 101.15274287638495 ], "title": { "font": { "color": "#4D5663" }, "text": "<br>" }, "anchor": "x", "domain": [ 0.125, 1 ], "showgrid": true, "showline": false, "tickfont": { "size": 13, "color": "#4D5663", "family": "Droid Serif" }, "zeroline": true, "autorange": false, "gridcolor": "#E1E5ED", "tickangle": "auto", "fixedrange": false, "showspikes": false, "tickprefix": "", "ticksuffix": "%", "zerolinecolor": "rgb(32, 33, 34)", "zerolinewidth": 10, "showticklabels": false }, "legend": { "x": 0.7705747126436782, "y": 1.070063694267516, "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "autosize": true, "colorway": [ "#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf" ], "colorscale": { "sequentialminus": [ [ 0, "#f7fbff" ], [ 0.125, "#deebf7" ], [ 0.25, "#c6dbef" ], [ 0.375, "#9ecae1" ], [ 0.5, "#6baed6" ], [ 0.625, "#4292c6" ], [ 0.75, "#2171b5" ], [ 0.875, "#08519c" ], [ 1, "#08306b" ] ] }, "separators": ".,", "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rnfql", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.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-10 01:40:09", "mapbox_access_tokens": null, "has_password": null, "username": "rnfql", "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-10T01:26:05.633450Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~catherine0202/1.embed", "fid": "catherine0202:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/catherine0202/1/9_AS7CCQKFPP3DAPCNX4TQ8UWHV25BUQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/catherine0202/1/2_UOUALYP9W2DNTHD8E3YYCJJL12ICIZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/catherine0202/1/8_4ZZS51C7RL7QNKT2I1N7VYS791980C.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/catherine0202/1/9_AS7CCQKFPP3DAPCNX4TQ8UWHV25BUQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/catherine0202:1", "plots": "https://api.plotly.com/v2/plots/catherine0202:1", "parent": "https://api.plotly.com/v2/folders/home?user=catherine0202" }, "owner": "catherine0202", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~catherine0202/1/", "world_readable": true, "date_modified": "2025-07-10T01:26:05.644Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~catherine0202/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(69, 148, 255)" }, "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "Viewing Short-form", "type": "box", "ysrc": "catherine0202:0:976464", "width": 0, "marker": { "size": 6, "color": "rgb(76, 157, 214)" }, "boxmean": true, "boxpoints": "all", "showlegend": false }, { "line": { "color": "rgb(145, 157, 218)" }, "meta": { "columnNames": { "y": "B" } }, "name": "Boardgame", "type": "box", "ysrc": "catherine0202:0:655a08", "width": 0, "marker": { "color": "rgb(145, 157, 218)" }, "boxmean": true, "boxpoints": "all", "showlegend": false }, { "meta": { "columnNames": { "y": "C" } }, "name": "Watching movies", "type": "box", "ysrc": "catherine0202:0:fa41f3", "width": 0, "marker": { "color": "rgb(69, 100, 255)" }, "boxmean": true, "boxpoints": "all", "showlegend": false }, { "meta": { "columnNames": { "y": "D" } }, "name": "Self-Study", "type": "box", "ysrc": "catherine0202:0:94caea", "width": 0, "marker": { "color": "rgb(58, 76, 168)" }, "boxmean": true, "boxpoints": "all", "showlegend": false }, { "meta": { "columnNames": { "y": "E" } }, "name": "Physical Exercise", "type": "box", "ysrc": "catherine0202:0:c62da2", "width": 0, "marker": { "color": "rgb(27, 28, 67)" }, "boxmean": true, "boxpoints": "all", "showlegend": false } ], "frames": [], "layout": { "font": { "size": 13, "family": "Droid Sans" }, "width": 845, "xaxis": { "type": "category", "range": [ -0.5191815856777494, 4.5 ], "ticks": "", "domain": [ 0, 1 ], "nticks": 0, "showgrid": false, "showline": false, "tickfont": { "size": 15, "family": "Droid Sans" }, "zeroline": false, "autorange": true, "tickangle": "auto", "automargin": false, "fixedrange": false, "showspikes": false, "rangeslider": { "range": [ -0.5191815856777494, 4.5 ], "yaxis": {}, "visible": false, "autorange": true, "thickness": 0.33 }, "showticklabels": false }, "yaxis": { "type": "linear", "range": [ -15.098814225555556, 20.210803685555554 ], "title": { "text": "" }, "domain": [ 0.375, 1 ], "showgrid": true, "showline": false, "tickfont": { "size": 13 }, "zeroline": true, "autorange": true, "fixedrange": false, "showspikes": false }, "boxgap": 0.30000000000000004, "height": 812, "legend": { "x": 0.910828025477707, "y": 1, "xanchor": "left" }, "margin": { "b": 60, "l": 40, "r": 20, "t": 10 }, "autosize": true, "hoverlabel": { "font": { "size": 13 } }, "showlegend": false, "boxgroupgap": 0.3 } }, "height": 812, "width": 845, "user": { "profile_url": "https://chart-studio.plotly.com/~catherine0202", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-10 01:23:44", "mapbox_access_tokens": null, "has_password": null, "username": "catherine0202", "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-09T23:33:49.789506Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~aloike/1.embed", "fid": "aloike:1", "filename": "reaction 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/aloike/1/9_819S832AXFV391Z5WIE8H9BFCC08DP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/aloike/1/2_2SWHDZY4DKKS0PW2XYBN5KYD9CFF40.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aloike/1/8_X75X67QEDFSRGZAEQOU3DVQFHHSCOH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aloike/1/9_819S832AXFV391Z5WIE8H9BFCC08DP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/aloike:1", "plots": "https://api.plotly.com/v2/plots/aloike:1", "parent": "https://api.plotly.com/v2/folders/home?user=aloike" }, "owner": "aloike", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~aloike/1/", "world_readable": true, "date_modified": "2025-07-14T05:26:13.450Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~aloike/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "e7da4f", "meta": { "columnNames": { "x": "B", "y": "A" } }, "mode": "lines", "type": "scatter", "xsrc": "aloike:0:a554e0", "ysrc": "aloike:0:cb25bf" } ], "frames": [], "layout": { "title": { "text": "Reaction 1" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ 0, 3 ], "title": { "text": "Time (min)" }, "domain": [ 0, 1 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 21.72222222222222, 27.27777777777778 ], "title": { "text": "Temperature (°c) " }, "domain": [ 0, 1 ], "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" }, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~aloike", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-09 23:32:31", "mapbox_access_tokens": null, "has_password": null, "username": "aloike", "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-09T22:17:52.197466Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ss891/9.embed", "fid": "ss891:9", "filename": "Plot 9", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ss891/9/9_EMHEK01P7Q8UJ0CYX3PW3TKJNVLK26.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ss891/9/2_JWPTNW0OPCAJ3FPFZFSDP6G2RGFO7O.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ss891/9/8_QEKVVPF6L9935LMW4WYWVCKVDEK301.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ss891/9/9_EMHEK01P7Q8UJ0CYX3PW3TKJNVLK26.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ss891:9", "plots": "https://api.plotly.com/v2/plots/ss891:9", "parent": "https://api.plotly.com/v2/folders/home?user=ss891" }, "owner": "ss891", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~ss891/9/", "world_readable": true, "date_modified": "2025-07-09T22:17:52.209Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ss891/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dash" }, "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines+markers", "name": "trace 0", "type": "scatter", "xsrc": "ss891:8:852894", "ysrc": "ss891:8:7966db", "marker": { "size": 6, "opacity": 0 }, "visible": true }, { "meta": { "columnNames": { "x": "D", "y": "E" } }, "mode": "lines", "name": "trace 1", "type": "scatter", "xsrc": "ss891:8:bd39c2", "ysrc": "ss891:8:bf83cb", "stackgroup": null }, { "line": { "dash": "dash" }, "meta": { "columnNames": { "x": "G", "y": "H" } }, "mode": "lines", "name": "N720/A partial support", "type": "scatter", "xsrc": "ss891:8:aa7f22", "ysrc": "ss891:8:fb5d43", "stackgroup": null }, { "meta": { "columnNames": { "x": "J", "y": "K" } }, "mode": "lines", "name": "N720/A full support", "type": "scatter", "xsrc": "ss891:8:f63d35", "ysrc": "ss891:8:b1fc6a" } ], "frames": [], "layout": { "font": { "size": 25 }, "title": { "font": { "size": 30 }, "text": "" }, "xaxis": { "type": "linear", "range": [ 83.48246097250785, 417.7037786478955 ], "title": { "text": "Impact velocity, V (m/s)" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 0.40750070315576314, 1 ], "title": { "text": "Normalized residual strength" }, "autorange": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "plot_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ss891", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-01 17:14:58", "mapbox_access_tokens": null, "has_password": null, "username": "ss891", "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-09T21:17:51.966979Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ss891/7.embed", "fid": "ss891:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ss891/7/9_6QGX4Y7RZ6IZIN9MHMQFJA4LOL2QB9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ss891/7/2_A1L9ETPLS5QNGHXHWOP4NYB7FNEYII.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ss891/7/8_JDM2PYBMJYAVAJTQTEW54BJEJ2M6V4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ss891/7/9_6QGX4Y7RZ6IZIN9MHMQFJA4LOL2QB9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ss891:7", "plots": "https://api.plotly.com/v2/plots/ss891:7", "parent": "https://api.plotly.com/v2/folders/home?user=ss891" }, "owner": "ss891", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~ss891/7/", "world_readable": true, "date_modified": "2025-07-09T21:17:51.979Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ss891/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y", "text": "" } }, "mode": "lines+markers", "name": "Curved coupons", "type": "bar", "xsrc": "ss891:6:fb05eb", "ysrc": "ss891:6:9f6f40", "marker": { "line": { "width": 1 }, "color": "rgb(52, 62, 190)", "opacity": 1 }, "visible": true, "textfont": { "size": 12, "family": "Courier New" }, "orientation": "v", "textposition": "outside" }, { "meta": { "columnNames": { "x": "x", "y": "C", "text": "" } }, "name": "Arms", "type": "bar", "xsrc": "ss891:6:fb05eb", "ysrc": "ss891:6:a51853", "marker": { "line": { "width": 1 }, "color": "rgb(191, 49, 23)", "opacity": 1 }, "visible": true, "textfont": { "size": 12, "family": "Courier New" }, "orientation": "v", "textposition": "outside" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "ticks": "outside", "title": { "font": { "size": 25 }, "text": "Specimen width" }, "domain": [ 0, 1 ], "nticks": 0, "tickfont": { "size": 25 }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 1.1914893617021276 ], "title": { "font": { "size": 25 }, "text": "Change in electrical resistance ( ΔR), Ω" }, "tickfont": { "size": 25 }, "autorange": true }, "bargap": 0.52, "legend": { "font": { "size": 25 } }, "barmode": "group", "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": "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 }, "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": "#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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "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", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_GRAY" }, "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" ] ] }, "annotations": [], "bargroupgap": 0 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ss891", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-01 17:14:58", "mapbox_access_tokens": null, "has_password": null, "username": "ss891", "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-09T20:32:55.141134Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Drkhalidmg/2.embed", "fid": "Drkhalidmg:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Drkhalidmg/2/9_LRBVU4W089BEF1VWPHWFFBPZ5HGFWE.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Drkhalidmg/2/2_FOX7HU2UBPCOR474NH5HXMV3SMM5D4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Drkhalidmg/2/8_VQY2HWAT4OL2DNL6VNFVF54TVS4QTN.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Drkhalidmg/2/9_LRBVU4W089BEF1VWPHWFFBPZ5HGFWE.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Drkhalidmg:2", "plots": "https://api.plotly.com/v2/plots/Drkhalidmg:2", "parent": "https://api.plotly.com/v2/folders/home?user=Drkhalidmg" }, "owner": "Drkhalidmg", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Drkhalidmg/2/", "world_readable": true, "date_modified": "2025-07-09T20:32:55.152Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Drkhalidmg/2/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "r": "B", "x": "A", "theta": "A" } }, "mode": "markers", "rsrc": "Drkhalidmg:1:64a5b0", "type": "barpolar", "xsrc": "Drkhalidmg:1:059dc8", "thetasrc": "Drkhalidmg:1:059dc8" }, { "meta": { "columnNames": { "r": "C", "theta": "A" } }, "rsrc": "Drkhalidmg:1:a45722", "type": "barpolar", "marker": { "opacity": 1 }, "subplot": "polar2", "thetasrc": "Drkhalidmg:1:059dc8" } ], "frames": [], "layout": { "font": { "size": 16 }, "polar": { "bargap": 0.5, "radialaxis": { "type": "linear", "dtick": 2, "range": [ 0, 20 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 19 }, "text": "<br>" }, "showgrid": true, "showline": false, "tickmode": "linear", "autorange": false, "gridwidth": 0, "showexponent": "last", "showticklabels": true, "separatethousands": false }, "angularaxis": { "type": "linear", "dtick": 30, "tick0": 0, "ticks": "", "title": { "text": "" }, "showline": false, "tickmode": "linear", "linewidth": 1 } }, "title": { "text": "" }, "xaxis": { "type": "linear", "range": [ -19.1246546961326, 349.1246546961326 ], "autorange": true }, "yaxis": { "range": [ -0.734362307067425, 12.734362307067425 ], "autorange": true }, "legend": { "font": { "size": 16 } }, "polar2": { "bargap": 0.5, "radialaxis": { "type": "linear", "dtick": 2, "range": [ 0, 20 ], "ticks": "outside", "title": { "text": "" }, "ticklen": 5, "showgrid": true, "showline": false, "tickmode": "linear", "autorange": false, "showticklabels": true }, "angularaxis": { "type": "linear", "dtick": 30, "title": { "text": "" }, "showline": false, "tickmode": "linear" } }, "autosize": true, "dragmode": "select", "radialaxis": { "ticksuffix": "%" }, "showlegend": false, "orientation": -90 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Drkhalidmg", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-06 11:15:08", "mapbox_access_tokens": null, "has_password": null, "username": "Drkhalidmg", "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-09T20:18:47.258238Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~majkot/10.embed", "fid": "majkot:10", "filename": "POSAMEZNE VSE BA", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/majkot:10/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/majkot:10/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/majkot/10/8_MBMYI2OESVM5WKFHIJB3KK536WSJ0J.png", "list-thumb": "https://api.plotly.com/v2/files/majkot:10/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/majkot:10", "plots": "https://api.plotly.com/v2/plots/majkot:10", "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/10/", "world_readable": true, "date_modified": "2025-07-20T14:42:03.096Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~majkot/10/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "0915a0", "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "GABA", "error_y": { "array": "T" } } }, "name": "GABA", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:431a8d", "error_y": { "meta": { "columnNames": { "array": "T" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:79998f", "symmetric": true }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "AGM", "error_y": { "array": "U" } } }, "name": "AGM", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:f4ce2b", "error_y": { "meta": { "columnNames": { "array": "U" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:e7fe8a", "symmetric": true }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "SPD", "error_y": { "array": "V" } } }, "name": "SPD", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:e1e7fb", "error_y": { "meta": { "columnNames": { "array": "V" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:f6ba6d", "symmetric": true }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "SPR", "error_y": { "array": "W" } } }, "name": "SPR ", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:6c7d6d", "error_y": { "meta": { "columnNames": { "array": "W" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:bbbe48", "symmetric": true }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "PUT", "error_y": { "array": "X" } } }, "name": "PUT", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:4ecc1a", "error_y": { "meta": { "columnNames": { "array": "X" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:73117f", "symmetric": true }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "CAD", "error_y": { "array": "Y" } } }, "name": "CAD", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:34ab92", "error_y": { "meta": { "columnNames": { "array": "Y" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:a9fc9f", "symmetric": true }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "TRY", "error_y": { "array": "Z" } } }, "name": "TRY", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:b4655e", "error_y": { "meta": { "columnNames": { "array": "Z" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:8f3c5f", "symmetric": true }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "PHE", "error_y": { "array": "AA" } } }, "name": "PHE", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:a0b68e", "error_y": { "meta": { "columnNames": { "array": "AA" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:c94333", "symmetric": true }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "HA", "error_y": { "array": "AB" } } }, "name": "HA", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:9fbde5", "error_y": { "meta": { "columnNames": { "array": "AB" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:ff5084", "symmetric": true }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Čas [dan] - Skupina", "y": "TYR", "error_y": { "array": "AC" } } }, "name": "TYR", "type": "bar", "xsrc": "majkot:9:9adc12,faf31e*", "ysrc": "majkot:9:c4fb0b", "error_y": { "meta": { "columnNames": { "array": "AC" } }, "type": "data", "visible": true, "arraysrc": "majkot:9:f0da06", "symmetric": true }, "visible": true, "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 18 }, "title": { "text": "" }, "width": 1250, "xaxis": { "type": "multicategory", "range": [ -0.4013313271630117, 21.353813152844516 ], "ticks": "", "title": { "text": "" }, "autorange": false, "showspikes": false, "rangeslider": { "range": [ -0.5, 20.5 ], "yaxis": {}, "visible": false, "autorange": true }, "showdividers": false }, "yaxis": { "type": "linear", "range": [ -4.193070346858805, 106.13061093480437 ], "title": { "text": "Vsebnost biogenih aminov [µg/g]" }, "autorange": false, "showspikes": false }, "height": 500, "legend": { "x": 0.12008921845056526, "y": -0.15355545972020354, "traceorder": "normal", "orientation": "h" }, "margin": { "l": 80, "r": 80, "t": 80 }, "barmode": "stack", "autosize": false, "dragmode": "pan" } }, "height": 500, "width": 1250, "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-09T19:05:49.070888Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Finnifer3/212.embed", "fid": "Finnifer3:212", "filename": "EWSR1-ancestral-threePrime-P-value", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Finnifer3/212/9_Z9OFJ016RZHTSLJZ9N925LD6GKH219.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Finnifer3/212/2_43WU0U0PVDVQMXFFKT7430ZXWFNWR6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Finnifer3/212/8_FJO1IFSP32AD9LMG25S1RGVT7LNNG2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Finnifer3/212/9_Z9OFJ016RZHTSLJZ9N925LD6GKH219.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Finnifer3:212", "plots": "https://api.plotly.com/v2/plots/Finnifer3:212", "parent": "https://api.plotly.com/v2/folders/home?user=Finnifer3" }, "owner": "Finnifer3", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Finnifer3/212/", "world_readable": true, "date_modified": "2025-07-09T19:05:49.081Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Finnifer3/212/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "A", "type": "scatter", "xsrc": "Finnifer3:211:68c104", "ysrc": "Finnifer3:211:e21589", "xaxis": "x", "yaxis": "y", "marker": { "color": "blue", "symbol": "circle" }, "showlegend": true, "legendgroup": "A", "orientation": "v", "hovertextsrc": "Finnifer3:211:317101", "hovertemplate": "<b>%{hovertext}</b><br><br>Base=A<br>Pos=%{x}<br>P-value=%{y}<extra></extra>" }, { "mode": "markers", "name": "T", "type": "scatter", "xsrc": "Finnifer3:211:01045a", "ysrc": "Finnifer3:211:b44b77", "xaxis": "x", "yaxis": "y", "marker": { "color": "yellow", "symbol": "circle" }, "showlegend": true, "legendgroup": "T", "orientation": "v", "hovertextsrc": "Finnifer3:211:4e547b", "hovertemplate": "<b>%{hovertext}</b><br><br>Base=T<br>Pos=%{x}<br>P-value=%{y}<extra></extra>" }, { "mode": "markers", "name": "G", "type": "scatter", "xsrc": "Finnifer3:211:0e9c6d", "ysrc": "Finnifer3:211:79363d", "xaxis": "x", "yaxis": "y", "marker": { "color": "green", "symbol": "circle" }, "showlegend": true, "legendgroup": "G", "orientation": "v", "hovertextsrc": "Finnifer3:211:3f7714", "hovertemplate": "<b>%{hovertext}</b><br><br>Base=G<br>Pos=%{x}<br>P-value=%{y}<extra></extra>" }, { "mode": "markers", "name": "C", "type": "scatter", "xsrc": "Finnifer3:211:7c6539", "ysrc": "Finnifer3:211:613360", "xaxis": "x", "yaxis": "y", "marker": { "color": "red", "symbol": "circle" }, "showlegend": true, "legendgroup": "C", "orientation": "v", "hovertextsrc": "Finnifer3:211:4e4aab", "hovertemplate": "<b>%{hovertext}</b><br><br>Base=C<br>Pos=%{x}<br>P-value=%{y}<extra></extra>" } ], "layout": { "title": { "text": "EWSR1 3'UTR conservation P-values." }, "xaxis": { "title": { "text": "Pos" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "P-value" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "Base" }, "tracegroupgap": 0 }, "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/~Finnifer3", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-08-11 20:09:20", "mapbox_access_tokens": null, "has_password": null, "username": "Finnifer3", "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-09T19:05:45.219663Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Finnifer3/210.embed", "fid": "Finnifer3:210", "filename": "EWSR1-ancestral-threePrime", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Finnifer3/210/9_ACBG49O6W0QU0CJCN1NL4YJP2RKIZ9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Finnifer3/210/2_7NM4UDB5RG06XKJ6DUGDJ8FX0B6IBA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Finnifer3/210/8_1XVAPUSH0E24608BP1UTTMT9V6QKF3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Finnifer3/210/9_ACBG49O6W0QU0CJCN1NL4YJP2RKIZ9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Finnifer3:210", "plots": "https://api.plotly.com/v2/plots/Finnifer3:210", "parent": "https://api.plotly.com/v2/folders/home?user=Finnifer3" }, "owner": "Finnifer3", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Finnifer3/210/", "world_readable": true, "date_modified": "2025-07-09T19:05:45.229Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Finnifer3/210/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "A", "type": "scatter", "xsrc": "Finnifer3:209:e332f7", "ysrc": "Finnifer3:209:4e5330", "xaxis": "x", "yaxis": "y", "marker": { "color": "blue", "symbol": "circle" }, "showlegend": true, "legendgroup": "A", "orientation": "v", "hovertextsrc": "Finnifer3:209:ab7c35", "hovertemplate": "<b>%{hovertext}</b><br><br>Base=A<br>Pos=%{x}<br>PhyloP=%{y}<extra></extra>" }, { "mode": "markers", "name": "T", "type": "scatter", "xsrc": "Finnifer3:209:fba925", "ysrc": "Finnifer3:209:838927", "xaxis": "x", "yaxis": "y", "marker": { "color": "yellow", "symbol": "circle" }, "showlegend": true, "legendgroup": "T", "orientation": "v", "hovertextsrc": "Finnifer3:209:7198a1", "hovertemplate": "<b>%{hovertext}</b><br><br>Base=T<br>Pos=%{x}<br>PhyloP=%{y}<extra></extra>" }, { "mode": "markers", "name": "G", "type": "scatter", "xsrc": "Finnifer3:209:2223e1", "ysrc": "Finnifer3:209:cd9f34", "xaxis": "x", "yaxis": "y", "marker": { "color": "green", "symbol": "circle" }, "showlegend": true, "legendgroup": "G", "orientation": "v", "hovertextsrc": "Finnifer3:209:3e806e", "hovertemplate": "<b>%{hovertext}</b><br><br>Base=G<br>Pos=%{x}<br>PhyloP=%{y}<extra></extra>" }, { "mode": "markers", "name": "C", "type": "scatter", "xsrc": "Finnifer3:209:543797", "ysrc": "Finnifer3:209:d424eb", "xaxis": "x", "yaxis": "y", "marker": { "color": "red", "symbol": "circle" }, "showlegend": true, "legendgroup": "C", "orientation": "v", "hovertextsrc": "Finnifer3:209:7d96f1", "hovertemplate": "<b>%{hovertext}</b><br><br>Base=C<br>Pos=%{x}<br>PhyloP=%{y}<extra></extra>" } ], "layout": { "title": { "text": "EWSR1 3'UTR PhyloP Scores." }, "xaxis": { "title": { "text": "Pos" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "PhyloP" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "Base" }, "tracegroupgap": 0 }, "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/~Finnifer3", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-08-11 20:09:20", "mapbox_access_tokens": null, "has_password": null, "username": "Finnifer3", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "