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=cj0xJnA9MjAyNS0wNy0zMSsxNCUzQTQyJTNBMTguNDgxNzA4JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA3LTMxKzE0JTNBNTIlM0E1Ni4xODMwNTYlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNy0zMSsyMCUzQTM1JTNBMjkuODk1ODI4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-31T20:35:29.895828Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~joeblogs84/1.embed", "fid": "joeblogs84:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/joeblogs84/1/9_3BHB52VH05PPAIMI9TRS96ZQB72IRQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/joeblogs84/1/2_9IC7PQYNLX2KXD6ECPW1RKMKL9KVDM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/joeblogs84/1/8_VZBVH1IE9JBRLOLHRUF4V38ZUFM1JR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/joeblogs84/1/9_3BHB52VH05PPAIMI9TRS96ZQB72IRQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/joeblogs84:1", "plots": "https://api.plotly.com/v2/plots/joeblogs84:1", "parent": "https://api.plotly.com/v2/folders/home?user=joeblogs84" }, "owner": "joeblogs84", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~joeblogs84/1/", "world_readable": true, "date_modified": "2025-07-31T20:36:37.617Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~joeblogs84/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(0, 0, 0)" }, "meta": { "columnNames": { "x": "Frequency", "y": "DB(MAG(V(R2.nA)))" } }, "mode": "lines", "name": "trace 0", "type": "scatter", "xsrc": "joeblogs84:0:baf28f", "ysrc": "joeblogs84:0:c347de" }, { "line": { "color": "rgb(0, 0, 0)" }, "meta": { "columnNames": { "x": "Frequency", "y": "DB(MAG(V(R3.nA)))" } }, "mode": "lines", "type": "scatter", "xsrc": "joeblogs84:0:baf28f", "ysrc": "joeblogs84:0:3b15e6", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 50000000, 594251113.7185092 ], "title": { "font": { "size": 20, "color": "rgb(0, 0, 0)" } }, "showgrid": false, "showline": true, "tickfont": { "size": 20 }, "zeroline": false, "autorange": true, "gridcolor": "rgb(0, 0, 0)", "gridwidth": 1, "linecolor": "rgb(0, 0, 0)", "automargin": true, "showspikes": false, "zerolinecolor": "rgb(0, 0, 0)", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -40, 0 ], "showgrid": false, "tickfont": { "size": 20 }, "zeroline": false, "autorange": false, "showspikes": false }, "shapes": [ { "x0": 145000000, "x1": 145000000, "y0": 4.781224270001728, "y1": -95.21933955399756, "line": { "dash": "dash", "color": "rgb(0, 0, 0)", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "rgb(0, 0, 0)" }, { "x0": 435000000, "x1": 435000000, "y0": 0, "y1": -40, "line": { "dash": "dash", "color": "rgb(0, 0, 0)", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "rgb(5, 5, 5)" } ], "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": false, "annotations": [ { "x": 144898288.88163382, "y": -20, "ax": -46, "ay": -30, "font": { "size": 20 }, "text": "145MHz" }, { "x": 435668321.9229312, "y": -20, "ax": 58, "ay": -30, "font": { "size": 20 }, "text": "435MHz" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~joeblogs84", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-31 20:33:59", "mapbox_access_tokens": null, "has_password": null, "username": "joeblogs84", "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-31T19:59:56.612775Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Jack34343434/5.embed", "fid": "Jack34343434:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Jack34343434/5/9_HIPCWX8GZUUHJ77KXDORIUT75RZEB9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Jack34343434/5/2_T5TKLGRDLXH16FLHZ97G5G6T0M9FS0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jack34343434/5/8_KROJ8YT4FLTMLAC8AZTJXSP2CAJVG2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Jack34343434/5/9_HIPCWX8GZUUHJ77KXDORIUT75RZEB9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Jack34343434:5", "plots": "https://api.plotly.com/v2/plots/Jack34343434:5", "parent": "https://api.plotly.com/v2/folders/home?user=Jack34343434" }, "owner": "Jack34343434", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Jack34343434/5/", "world_readable": true, "date_modified": "2025-07-31T19:59:56.624Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Jack34343434/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "PK136 NanoDrop", "type": "box", "ysrc": "Jack34343434:4:d0cd2f", "boxpoints": false }, { "meta": { "columnNames": { "y": "B" } }, "name": "PK 136 UV-Vis", "type": "box", "ysrc": "Jack34343434:4:55f888", "boxpoints": false }, { "meta": { "columnNames": { "y": "C" } }, "name": "2H7 NanoDrop", "type": "box", "ysrc": "Jack34343434:4:d3844b", "boxpoints": false }, { "meta": { "columnNames": { "y": "D" } }, "name": "2H7 UV-Vis", "type": "box", "ysrc": "Jack34343434:4:8f27c7", "boxpoints": false }, { "meta": { "columnNames": { "y": "E" } }, "name": "Hi100 NanoDrop", "type": "box", "ysrc": "Jack34343434:4:d55a52", "boxpoints": false }, { "meta": { "columnNames": { "y": "F" } }, "name": "Hi100 UV-Vis", "type": "box", "ysrc": "Jack34343434:4:28366e", "boxpoints": false }, { "meta": { "columnNames": { "y": "G" } }, "name": "30-F11 NanoDrop", "type": "box", "ysrc": "Jack34343434:4:e93af1", "boxpoints": false }, { "meta": { "columnNames": { "y": "H" } }, "name": "30-F11 UV-Vis", "type": "box", "ysrc": "Jack34343434:4:8a551d", "boxpoints": false } ], "frames": [], "layout": { "title": { "text": "280 Corrected" }, "xaxis": { "type": "category", "range": [ -0.5, 7.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 23.522524999999998, 39.882025 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Jack34343434", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-14 04:30:46", "mapbox_access_tokens": null, "has_password": null, "username": "Jack34343434", "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-31T19:12:32.698564Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Lucka/12.embed", "fid": "Lucka:12", "filename": "viabilnost 0,25", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Lucka/12/9_OV415CL8Y2H8B26JS02AHEINDV1R15.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Lucka/12/2_M9B0UBHBJUKF6M4MFFJUF4PNZ0865V.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Lucka/12/8_PTF7IMLJIWDB2KF36267XZE1FH3K49.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Lucka/12/9_OV415CL8Y2H8B26JS02AHEINDV1R15.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Lucka:12", "plots": "https://api.plotly.com/v2/plots/Lucka:12", "parent": "https://api.plotly.com/v2/folders/home?user=Lucka" }, "owner": "Lucka", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Lucka/12/", "world_readable": true, "date_modified": "2025-08-05T11:18:45.261Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Lucka/12/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "E", "y": "F" } }, "mode": "lines", "type": "scatter", "xsrc": "Lucka:11:a18676", "ysrc": "Lucka:11:3e6f7a", "visible": true, "transforms": [ { "meta": { "columnNames": { "groups": "A" } }, "type": "groupby", "styles": [ { "value": { "mode": "markers" }, "target": "Donorji post mortem" }, { "value": { "mode": "markers" }, "target": "Ortopedski bolniki" }, { "value": { "mode": "markers", "stackgaps": "infer zero", "stackgroup": 1 }, "target": "Perinatalni vzorci" } ], "groupssrc": "Lucka:11:60ccfc" } ] } ], "frames": [], "layout": { "font": { "color": "rgb(70, 70, 70)", "family": "Open Sans" }, "title": { "x": 0.14, "text": "Viabilnost glede na donorja/tkivo" }, "xaxis": { "type": "category", "range": [ 0, 2 ], "title": { "text": "tretma" }, "anchor": "y", "domain": [ 0, 0.5 ], "autorange": true, "showspikes": true }, "yaxis": { "type": "linear", "range": [ 59.37777777777777, 172.22222222222223 ], "title": { "text": "viabilnost (%)" }, "anchor": "x", "domain": [ 0, 1 ], "autorange": true, "showspikes": true }, "legend": { "x": 0.9966878980891719, "y": 1.3065357371477366, "font": { "size": 12, "family": "Open Sans" }, "valign": "bottom", "itemsizing": "trace" }, "margin": { "t": 100 }, "shapes": [], "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest", "colorscale": { "sequential": [ [ 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, "#f0f921" ] ] }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Lucka", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.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-28 10:37:16", "mapbox_access_tokens": null, "has_password": null, "username": "Lucka", "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-31T17:55:29.515974Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~agusmartinez00/5.embed", "fid": "agusmartinez00:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/5/9_V6JI22K84954AWZ2UCIR9W4M2L8V4H.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/5/2_7Y25QWLPWU6USCH3D1CVLFPL9HYX1J.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/5/8_8NJL059ESFTU2X3LMWYCWZVJ6LQOWD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/5/9_V6JI22K84954AWZ2UCIR9W4M2L8V4H.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/agusmartinez00:5", "plots": "https://api.plotly.com/v2/plots/agusmartinez00:5", "parent": "https://api.plotly.com/v2/folders/home?user=agusmartinez00" }, "owner": "agusmartinez00", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~agusmartinez00/5/", "world_readable": true, "date_modified": "2025-07-31T17:55:29.526Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~agusmartinez00/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Tratamiento", "y": "% Inhibición (media)", "text": "% Inhibición (media)", "error_x": { "array": "EE (error estándar)" }, "error_y": { "array": "EE (error estándar)" }, "textposition": "% Inhibición (media)" } }, "mode": "markers", "name": "<br>", "type": "bar", "xsrc": "agusmartinez00:4:578c12", "ysrc": "agusmartinez00:4:86f09e", "marker": { "color": "rgb(198, 250, 99)" }, "error_x": { "meta": { "columnNames": { "array": "EE (error estándar)" } }, "type": "data", "visible": true, "arraysrc": "agusmartinez00:4:df1150", "symmetric": true, "copy_ystyle": true }, "error_y": { "meta": { "columnNames": { "array": "EE (error estándar)" } }, "type": "data", "color": "#444", "value": 10, "width": 4, "visible": true, "arraysrc": "agusmartinez00:4:df1150", "symmetric": true, "thickness": 2, "valueminus": 10 }, "textsrc": "agusmartinez00:4:86f09e", "textfont": { "size": 16, "family": "Times New Roman" }, "textangle": 0, "hoverlabel": { "align": "right" }, "orientation": "v", "texttemplate": "", "constraintext": "outside", "textpositionsrc": "agusmartinez00:4:86f09e" }, { "meta": { "columnNames": { "y": "", "text": "% Inhibición (media)" } }, "type": "bar", "yaxis": "y", "textsrc": "agusmartinez00:4:86f09e", "hoverlabel": { "align": "right" }, "orientation": "v" } ], "frames": [], "layout": { "title": { "x": 0.44, "font": { "size": 16, "family": "Arial" }, "text": "<b>1mM AgNO</b><sub><b>3</b></sub>" }, "xaxis": { "type": "category", "range": [ -0.5, 4.5 ], "title": { "font": { "size": 16 }, "text": "<b>Tratamiento</b>" }, "nticks": 0, "showline": false, "tickfont": { "size": 15 }, "autorange": false, "showspikes": true, "rangeslider": { "range": [ -0.5, 4.5 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "linear", "range": [ 0, 120 ], "title": { "font": { "size": 16 }, "text": "<b>% Inhibición</b>" }, "tickfont": { "size": 15 }, "autorange": false, "showspikes": true }, "bargap": 0.63, "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", "annotations": [ { "x": 2, "y": 81.80343490304712, "ax": -1, "ay": -88, "font": { "size": 16, "color": "rgb(65, 69, 74)", "family": "Times New Roman" }, "text": "AB", "showarrow": false }, { "x": 1.0067114093959733, "y": 96.23933518005543, "font": { "size": 17 }, "text": "B", "showarrow": false }, { "x": 0, "y": 109.30038781163438, "ax": -301, "ay": -171, "font": { "size": 17 }, "text": "B", "showarrow": false }, { "x": 3, "y": 15.130434782608695, "ax": -248, "ay": -73, "font": { "size": 16 }, "text": "A", "showarrow": false }, { "x": 3.9731543624161074, "y": 14.434782608695652, "ax": 53, "ay": 1, "font": { "size": 16 }, "text": "A", "showarrow": false }, { "x": 1.3557046979865772, "y": 72.17391304347827, "font": { "size": 16 }, "text": "<br>", "showarrow": false }, { "x": 3.0134228187919465, "y": 5.739130434782608, "font": { "size": 16 }, "text": "0,0", "showarrow": false }, { "x": 3.9932885906040267, "y": 5.739130434782608, "font": { "size": 16 }, "text": "0,0", "showarrow": false }, { "x": 1.3557046979865772, "y": 122.26086956521739, "ax": -101, "ay": -170, "text": "<b>1mM AgNO3</b>", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~agusmartinez00", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.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-31 14:58:43", "mapbox_access_tokens": null, "has_password": null, "username": "agusmartinez00", "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-31T17:40:04.138522Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~agusmartinez00/3.embed", "fid": "agusmartinez00:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/3/9_NLVHDCW7JU33WC0V767W15EEU4IPJL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/3/2_N7ZIVOGBKMXCZ8HMKVJ968E9P19UTR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/3/8_PQFBN823FPVP14JR06DOZXCS7PD0WF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/3/9_NLVHDCW7JU33WC0V767W15EEU4IPJL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/agusmartinez00:3", "plots": "https://api.plotly.com/v2/plots/agusmartinez00:3", "parent": "https://api.plotly.com/v2/folders/home?user=agusmartinez00" }, "owner": "agusmartinez00", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~agusmartinez00/3/", "world_readable": true, "date_modified": "2025-07-31T17:40:04.149Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~agusmartinez00/3/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Tratamiento", "y": "% Inhibición (media)", "text": "% Inhibición (media)", "error_x": { "array": "EE (error estándar)" }, "error_y": { "array": "EE (error estándar)" }, "textposition": "% Inhibición (media)" } }, "mode": "markers", "name": "<br>", "type": "bar", "xsrc": "agusmartinez00:2:da128e", "ysrc": "agusmartinez00:2:1d6918", "marker": { "color": "rgb(198, 250, 99)" }, "error_x": { "meta": { "columnNames": { "array": "EE (error estándar)" } }, "type": "data", "visible": true, "arraysrc": "agusmartinez00:2:f4bba2", "symmetric": true, "copy_ystyle": true }, "error_y": { "meta": { "columnNames": { "array": "EE (error estándar)" } }, "type": "data", "color": "#444", "value": 10, "width": 4, "visible": true, "arraysrc": "agusmartinez00:2:f4bba2", "symmetric": true, "thickness": 2, "valueminus": 10 }, "textsrc": "agusmartinez00:2:1d6918", "textfont": { "size": 16, "family": "Times New Roman" }, "textangle": 0, "hoverlabel": { "align": "right" }, "orientation": "v", "texttemplate": "", "constraintext": "outside", "textpositionsrc": "agusmartinez00:2:1d6918" }, { "meta": { "columnNames": { "y": "", "text": "% Inhibición (media)" } }, "type": "bar", "yaxis": "y", "textsrc": "agusmartinez00:2:1d6918", "hoverlabel": { "align": "right" }, "orientation": "v" } ], "frames": [], "layout": { "title": { "x": 0.44, "font": { "size": 16, "family": "Arial" }, "text": "<b>1mM AgNO</b><sub><b>3</b></sub>" }, "xaxis": { "type": "category", "range": [ -0.5, 4.5 ], "title": { "font": { "size": 16 }, "text": "<b>Tratamiento</b>" }, "nticks": 0, "showline": false, "tickfont": { "size": 15 }, "autorange": false, "showspikes": true, "rangeslider": { "range": [ -0.5, 4.5 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "linear", "range": [ 0, 120 ], "title": { "font": { "size": 16 }, "text": "<b>% Inhibición</b>" }, "tickfont": { "size": 15 }, "autorange": false, "showspikes": true }, "bargap": 0.63, "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", "annotations": [ { "x": 2, "y": 81.80343490304712, "ax": -1, "ay": -88, "font": { "size": 16, "color": "rgb(65, 69, 74)", "family": "Times New Roman" }, "text": "AB", "showarrow": false }, { "x": 1.0067114093959733, "y": 96.23933518005543, "font": { "size": 17 }, "text": "B", "showarrow": false }, { "x": 0, "y": 109.30038781163438, "ax": -301, "ay": -171, "font": { "size": 17 }, "text": "B", "showarrow": false }, { "x": 0.3825503355704698, "y": 82.95652173913044, "ax": -248, "ay": -73, "font": { "size": 16 }, "text": "", "showarrow": false }, { "x": 2.3691275167785233, "y": 60, "ax": 53, "ay": 1, "font": { "size": 16 }, "text": "<br>", "showarrow": false }, { "x": 1.3557046979865772, "y": 72.17391304347827, "font": { "size": 16 }, "text": "<br>", "showarrow": false }, { "x": 3.0134228187919465, "y": 5.739130434782608, "font": { "size": 16 }, "text": "0,0", "showarrow": false }, { "x": 3.9932885906040267, "y": 5.739130434782608, "font": { "size": 16 }, "text": "0,0", "showarrow": false }, { "x": 1.3557046979865772, "y": 122.26086956521739, "ax": -101, "ay": -170, "text": "<b>1mM AgNO3</b>", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~agusmartinez00", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.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-31 14:58:43", "mapbox_access_tokens": null, "has_password": null, "username": "agusmartinez00", "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-31T17:34:23.301877Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~agusmartinez00/1.embed", "fid": "agusmartinez00:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/1/9_I1XFN34ZNMMP1TKTSLF0T901NTQC5L.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/1/2_97A53TE6JWOTK5UDD31WTJJ6WLJHD0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/1/8_VZCGYJINAF7A010OP2I8S87F7N7L70.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/agusmartinez00/1/9_I1XFN34ZNMMP1TKTSLF0T901NTQC5L.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/agusmartinez00:1", "plots": "https://api.plotly.com/v2/plots/agusmartinez00:1", "parent": "https://api.plotly.com/v2/folders/home?user=agusmartinez00" }, "owner": "agusmartinez00", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~agusmartinez00/1/", "world_readable": true, "date_modified": "2025-07-31T17:34:23.313Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~agusmartinez00/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Tratamiento", "y": "% Inhibición (media)", "text": "% Inhibición (media)", "error_x": { "array": "EE (error estándar)" }, "error_y": { "array": "EE (error estándar)" }, "textposition": "% Inhibición (media)" } }, "mode": "markers", "name": "<br>", "type": "bar", "xsrc": "agusmartinez00:0:836ed9", "ysrc": "agusmartinez00:0:c85253", "marker": { "color": "rgb(198, 250, 99)" }, "error_x": { "meta": { "columnNames": { "array": "EE (error estándar)" } }, "type": "data", "visible": true, "arraysrc": "agusmartinez00:0:8cba1a", "symmetric": true, "copy_ystyle": true }, "error_y": { "meta": { "columnNames": { "array": "EE (error estándar)" } }, "type": "data", "color": "#444", "value": 10, "width": 4, "visible": true, "arraysrc": "agusmartinez00:0:8cba1a", "symmetric": true, "thickness": 2, "valueminus": 10 }, "textsrc": "agusmartinez00:0:c85253", "textfont": { "size": 16, "family": "Times New Roman" }, "textangle": 0, "hoverlabel": { "align": "right" }, "orientation": "v", "texttemplate": "", "constraintext": "outside", "textpositionsrc": "agusmartinez00:0:c85253" }, { "meta": { "columnNames": { "y": "", "text": "% Inhibición (media)" } }, "type": "bar", "yaxis": "y", "textsrc": "agusmartinez00:0:c85253", "hoverlabel": { "align": "right" }, "orientation": "v" } ], "frames": [], "layout": { "title": { "x": 0.44, "font": { "size": 16, "family": "Arial" }, "text": "<b>1mM AgNO</b><sub><b>3</b></sub>" }, "xaxis": { "type": "category", "range": [ -0.5, 4.5 ], "title": { "font": { "size": 16 }, "text": "<b>Tratamiento</b>" }, "nticks": 0, "showline": false, "autorange": false, "showspikes": true, "rangeslider": { "range": [ -0.5, 4.5 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "linear", "range": [ 0, 120 ], "title": { "font": { "size": 16 }, "text": "<b>% Inhibición</b>" }, "autorange": false, "showspikes": true }, "bargap": 0.63, "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", "annotations": [ { "x": 2, "y": 81.80343490304712, "ax": -1, "ay": -88, "font": { "size": 16, "color": "rgb(65, 69, 74)", "family": "Times New Roman" }, "text": "AB", "showarrow": false }, { "x": 1.0067114093959733, "y": 96.23933518005543, "font": { "size": 17 }, "text": "B", "showarrow": false }, { "x": 0, "y": 109.30038781163438, "ax": -301, "ay": -171, "font": { "size": 17 }, "text": "B", "showarrow": false }, { "x": 0.3825503355704698, "y": 82.95652173913044, "ax": -248, "ay": -73, "font": { "size": 16 }, "text": "90,24", "showarrow": false }, { "x": 1.3557046979865772, "y": 72.17391304347827, "font": { "size": 16 }, "text": "79,68", "showarrow": false }, { "x": 2.3691275167785233, "y": 60, "ax": 53, "ay": 1, "font": { "size": 16 }, "text": "66,82", "showarrow": false }, { "x": 3.0134228187919465, "y": 5.739130434782608, "font": { "size": 16 }, "text": "0,0", "showarrow": false }, { "x": 3.9932885906040267, "y": 5.739130434782608, "font": { "size": 16 }, "text": "0,0", "showarrow": false }, { "x": 1.3557046979865772, "y": 122.26086956521739, "ax": -101, "ay": -170, "text": "<b>1mM AgNO3</b>", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~agusmartinez00", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.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-31 14:58:43", "mapbox_access_tokens": null, "has_password": null, "username": "agusmartinez00", "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-31T17:12:04.144345Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~abdulkerimgok/81.embed", "fid": "abdulkerimgok:81", "filename": "VDA-A-Plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/abdulkerimgok/81/9_4PLT1GC009AM32QD7IHWVTTQ9TR9QI.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/abdulkerimgok/81/2_BQ1COTS9E9P56UXW345GUEI4RWDWDB.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/abdulkerimgok/81/8_4MK2OURYEBJBV3SXIUEJNLF6AJK7LU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/abdulkerimgok/81/9_4PLT1GC009AM32QD7IHWVTTQ9TR9QI.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/abdulkerimgok:81", "plots": "https://api.plotly.com/v2/plots/abdulkerimgok:81", "parent": "https://api.plotly.com/v2/folders/home?user=abdulkerimgok" }, "owner": "abdulkerimgok", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~abdulkerimgok/81/", "world_readable": true, "date_modified": "2025-08-05T10:20:54.367Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~abdulkerimgok/81/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(12, 91, 150)", "width": 5 }, "meta": { "columnNames": { "x": "time", "y": "temp-a" } }, "mode": "lines", "name": "Temperature", "type": "scatter", "xsrc": "abdulkerimgok:80:1afb9a", "ysrc": "abdulkerimgok:80:ccea5c" }, { "line": { "color": "rgb(199, 16, 16)", "width": 5 }, "meta": { "columnNames": { "x": "time", "y": "rh-a" } }, "mode": "lines", "name": "Relative Humidity", "type": "scatter", "xsrc": "abdulkerimgok:80:1afb9a", "ysrc": "abdulkerimgok:80:98a49e", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "title": { "x": 0.5, "font": { "size": 18, "color": "rgb(0, 0, 0)" }, "text": "" }, "xaxis": { "side": "bottom", "type": "linear", "dtick": 24, "range": [ 0, 24 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 22, "color": "rgb(0, 0, 0)" }, "text": "Time [h]" }, "mirror": false, "nticks": 5, "ticklen": 10, "showgrid": false, "showline": true, "tickfont": { "size": 20, "color": "rgb(0, 0, 0)" }, "tickmode": "auto", "zeroline": false, "autorange": false, "linecolor": "rgb(0, 0, 0)", "linewidth": 3, "tickcolor": "rgb(0, 0, 0)", "tickwidth": 3, "showspikes": false, "showticklabels": true, "spikethickness": 14 }, "yaxis": { "type": "linear", "dtick": 10, "range": [ 0, 61 ], "ticks": "outside", "title": { "font": { "size": 22, "color": "rgb(12, 91, 150)" }, "text": "Temperature [<sup>o</sup>C]" }, "mirror": false, "nticks": -1, "ticklen": 10, "showgrid": false, "showline": true, "tickfont": { "size": 20, "color": "rgb(12, 91, 150)" }, "tickmode": "linear", "zeroline": false, "autorange": false, "linecolor": "rgb(0, 0, 0)", "linewidth": 3, "tickcolor": "rgb(12, 91, 150)", "tickwidth": 3 }, "legend": { "x": 0.85, "y": 0.05, "font": { "size": 14, "color": "rgb(0, 0, 0)" } }, "shapes": [ { "x0": 0, "x1": 3, "y0": 0, "y1": 60, "line": { "dash": "solid", "color": "rgb(0, 0, 0)", "width": 5 }, "opacity": 0.1, "fillcolor": "rgb(0, 0, 0)" }, { "x0": 21, "x1": 23, "y0": 5, "y1": 15, "line": { "color": "rgb(224, 206, 109)", "width": 5 }, "opacity": 0.55, "fillcolor": "rgb(224, 206, 109)" }, { "x0": 0, "x1": 24, "y0": 100, "y1": 100, "line": { "dash": "dash", "color": "rgb(0, 0, 0)", "width": 3 }, "type": "line", "yref": "y2", "opacity": 1, "fillcolor": "rgb(0, 0, 0)" } ], "yaxis2": { "side": "right", "type": "linear", "dtick": 20, "range": [ 0, 101 ], "ticks": "outside", "title": { "font": { "size": 22, "color": "rgb(199, 16, 16)" }, "text": "Relative Humidity [%]" }, "mirror": false, "nticks": -1, "ticklen": 10, "showgrid": false, "showline": true, "tickfont": { "size": 20, "color": "rgb(199, 16, 16)" }, "tickmode": "linear", "zeroline": false, "autorange": false, "linecolor": "rgb(0, 0, 0)", "linewidth": 3, "tickcolor": "rgb(199, 16, 16)", "tickwidth": 3, "overlaying": "y" }, "autosize": true, "template": { "themeRef": "PLOTLY_CLASSIC" }, "showlegend": false, "annotations": [ { "x": 1.5, "y": 30.00000000000004, "font": { "size": 16, "color": "rgb(0, 0, 0)" }, "text": "1% NaCl salt spray phase", "xref": "x", "axref": "x", "showarrow": false, "textangle": 270 }, { "x": 22, "y": 10, "font": { "size": 18, "color": "rgb(0, 0, 0)" }, "text": "A", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~abdulkerimgok", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.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": "2021-12-07 08:20:03", "mapbox_access_tokens": null, "has_password": null, "username": "abdulkerimgok", "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-31T16:41:39.630510Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~simonenerviani/1.embed", "fid": "simonenerviani:1", "filename": "Test1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/simonenerviani/1/9_I1SW2S40EV6QD5P3GXK7BC8BJ75L63.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/simonenerviani/1/2_ZDUXSEVW63W3E3RBMW1TLT99IOP7J4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/simonenerviani/1/8_5S7TOXDTHKGD5AC0ADS8NWVXF81LMY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/simonenerviani/1/9_I1SW2S40EV6QD5P3GXK7BC8BJ75L63.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/simonenerviani:1", "plots": "https://api.plotly.com/v2/plots/simonenerviani:1", "parent": "https://api.plotly.com/v2/folders/home?user=simonenerviani" }, "owner": "simonenerviani", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~simonenerviani/1/", "world_readable": true, "date_modified": "2025-07-31T16:41:39.640Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~simonenerviani/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Symbol", "y": "EXCEL", "z": "MANUAL" } }, "mode": "markers", "name": "Automatic", "type": "scatter3d", "xsrc": "simonenerviani:0:baa9ec", "ysrc": "simonenerviani:0:9fff33", "zsrc": "simonenerviani:0:796d3a", "marker": { "line": { "color": "transparent" }, "color": "rgba(191,56,42,1)", "fillcolor": "rgba(191,56,42,0.5)" } } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "Weight" } }, "yaxis": { "type": "linear", "title": { "text": "Gross horsepower" } }, "zaxis": { "type": "linear", "title": { "text": "1/4 mile time" } }, "camera": { "up": { "x": -0.2572710385700096, "y": -0.49558400100940314, "z": 0.829583094485791 }, "eye": { "x": -0.6488557733939774, "y": -1.6784267445712322, "z": -1.2038977732520806 }, "center": { "x": 4.440892098500626e-16, "y": 2.220446049250313e-16, "z": 2.220446049250313e-16 }, "projection": { "type": "perspective" } }, "dragmode": "orbit", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "xaxis": { "domain": [ 0, 1 ] }, "yaxis": { "domain": [ 0, 1 ] }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "autosize": true, "dragmode": "zoom" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~simonenerviani", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.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-07-31 16:34:01", "mapbox_access_tokens": null, "has_password": null, "username": "simonenerviani", "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-31T16:17:32.123403Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~JohnD0e/16.embed", "fid": "JohnD0e:16", "filename": "0.5µM Erastin + ITA 7-28-25 (2 day)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/JohnD0e/16/9_W95BL9C7BMWO4ZH19F2TQC8ZNIGXE4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/JohnD0e/16/2_JYZSFL3YFUJI8EAUV4NVK3045COAFU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JohnD0e/16/8_YZADDITDCJ9MXHNLNGYJ532D7GNTWD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/JohnD0e/16/9_W95BL9C7BMWO4ZH19F2TQC8ZNIGXE4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/JohnD0e:16", "plots": "https://api.plotly.com/v2/plots/JohnD0e:16", "parent": "https://api.plotly.com/v2/folders/home?user=JohnD0e" }, "owner": "JohnD0e", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~JohnD0e/16/", "world_readable": true, "date_modified": "2025-07-31T16:18:14.766Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~JohnD0e/16/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B", "error_x": { "array": "C" }, "error_y": { "array": "C" } } }, "mode": "markers", "type": "bar", "xsrc": "JohnD0e:15:3ab11c", "ysrc": "JohnD0e:15:8cef15", "error_x": { "meta": { "columnNames": { "array": "C" } }, "type": "data", "visible": true, "arraysrc": "JohnD0e:15:1bf9d9", "symmetric": true }, "error_y": { "meta": { "columnNames": { "array": "C" } }, "type": "data", "visible": true, "arraysrc": "JohnD0e:15:1bf9d9", "symmetric": true }, "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "0.5µM Erastin + ITA" }, "xaxis": { "type": "category", "range": [ -0.5, 6.5 ], "title": { "text": "Treatments" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -8.621378674255556, 153.96951278285556 ], "title": { "text": "Percent Viability" }, "autorange": true }, "autosize": true, "colorway": [ "#fbb4ae", "#b3cde3", "#ccebc5", "#decbe4", "#fed9a6", "#ffffcc", "#e5d8bd", "#fddaec", "#f2f2f2" ], "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/~JohnD0e", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-02 16:30:18", "mapbox_access_tokens": null, "has_password": null, "username": "JohnD0e", "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-31T14:52:56.183056Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pasan_madhuranga/11.embed", "fid": "pasan_madhuranga:11", "filename": "Loss curve for US8k", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pasan_madhuranga/11/9_NFGRTXOBNJI3QQCOXDXMQDAAGL8GKS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pasan_madhuranga/11/2_PVSW6LB1HHIFA5K5OHWM6NAFHKDDKH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pasan_madhuranga/11/8_Z7FCA5IU5WUYQBSIBWP3OFATTOORSB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pasan_madhuranga/11/9_NFGRTXOBNJI3QQCOXDXMQDAAGL8GKS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pasan_madhuranga:11", "plots": "https://api.plotly.com/v2/plots/pasan_madhuranga:11", "parent": "https://api.plotly.com/v2/folders/home?user=pasan_madhuranga" }, "owner": "pasan_madhuranga", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~pasan_madhuranga/11/", "world_readable": true, "date_modified": "2025-07-31T14:52:56.195Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pasan_madhuranga/11/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(231, 41, 138)" }, "meta": { "columnNames": { "x": "epoch", "y": "train_loss" } }, "mode": "lines", "name": "Train Loss", "type": "scatter", "xsrc": "pasan_madhuranga:10:c1ef5d", "ysrc": "pasan_madhuranga:10:6abaac" }, { "line": { "color": "rgb(102, 166, 30)" }, "meta": { "columnNames": { "x": "epoch", "y": "test_loss" } }, "mode": "lines", "name": "Test Loss", "type": "scatter", "xsrc": "pasan_madhuranga:10:c1ef5d", "ysrc": "pasan_madhuranga:10:71c8ba", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 1, 1000 ], "domain": [ 0, 0.5 ], "mirror": "ticks", "showline": true, "autorange": true, "linecolor": "rgb(0, 0, 0)" }, "yaxis": { "type": "linear", "range": [ 0.33924999999999994, 1.90425 ], "domain": [ 0.125, 1 ], "mirror": "ticks", "showline": true, "autorange": true, "linecolor": "rgb(0, 0, 0)" }, "legend": { "x": 0.3626248548199768, "y": 0.7272727272727273, "borderwidth": 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" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pasan_madhuranga", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.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-30 04:31:08", "mapbox_access_tokens": null, "has_password": null, "username": "pasan_madhuranga", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "