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=cD0yMDI1LTA4LTIyKzE0JTNBMzUlM0EyNC45MTA3NTYlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTIyKzA4JTNBMTclM0EzNy44NTM3ODYlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0yMisxNCUzQTI3JTNBMjIuNDI5MzU5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-22T14:27:22.429359Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~les172/298.embed", "fid": "les172:298", "filename": "ALT of NHP serum in mice safety test", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/les172/298/9_Q4NSZIPGA1HIMLWMP11HXKEY0RBSAF.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/les172/298/2_JVOMN80PPS3AMARSWLNYVHBF4A0ZJU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/les172/298/8_PJ3QWGOA3JKD7LHZOTCGE8IY9MN75S.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/les172/298/9_Q4NSZIPGA1HIMLWMP11HXKEY0RBSAF.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/les172:298", "plots": "https://api.plotly.com/v2/plots/les172:298", "parent": "https://api.plotly.com/v2/folders/home?user=les172" }, "owner": "les172", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~les172/298/", "world_readable": true, "date_modified": "2025-08-22T14:34:09.705Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~les172/298/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "box": { "visible": false }, "line": { "color": "rgba(0, 0, 0, 0)", "width": 0 }, "meta": { "columnNames": { "x": "gruop", "y": "ALT" } }, "mode": "markers", "name": "Control", "type": "violin", "xsrc": "les172:297:81195a", "ysrc": "les172:297:a41092", "jitter": 0, "marker": { "line": { "color": "rgb(148, 132, 132)", "width": 1 }, "size": 7, "color": "rgb(245, 239, 234)", "symbol": "circle", "opacity": 1 }, "points": "all", "meanline": { "visible": false }, "pointpos": 0, "bandwidth": 0, "boxpoints": "all", "fillcolor": "rgba(0, 0, 0, 0)", "showlegend": false, "orientation": "v" }, { "meta": { "columnNames": { "x": "gruop", "y": "ALT", "error_y": { "array": "st err 2B4" } } }, "type": "bar", "xsrc": "les172:297:81195a", "ysrc": "les172:297:a41092", "marker": { "line": { "width": 1 }, "color": "rgb(0, 0, 0)", "opacity": 1 }, "error_y": { "meta": { "columnNames": { "array": "st error" } }, "type": "data", "width": 5, "visible": true, "arraysrc": "les172:297:a7aeab", "symmetric": true, "thickness": 1 }, "bandwidth": 0, "fillcolor": "rgba(0, 0, 0, 0)", "showlegend": false, "transforms": [ { "meta": { "columnNames": { "groups": "gruop" } }, "type": "aggregate", "groupssrc": "les172:297:81195a", "aggregations": [ { "func": "avg", "target": "y", "enabled": true } ] } ], "orientation": "v" } ], "frames": [], "layout": { "font": { "family": "Arial" }, "title": { "text": "ALT level in plasma" }, "width": 300, "xaxis": { "type": "category", "range": [ -0.5, 1.5 ], "ticks": "", "title": { "text": "Treatment" }, "showgrid": false, "zeroline": false, "autorange": true, "linecolor": "rgb(6, 0, 0)", "automargin": true, "zerolinewidth": 0.5, "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "range": [ 0, 40 ], "ticks": "", "title": { "text": "ALT, mU/mL" }, "anchor": "x", "nticks": 4, "showgrid": false, "showline": true, "autorange": false, "linecolor": "rgb(6, 0, 0)", "zerolinewidth": 0.5 }, "bargap": 0.7, "height": 400, "legend": { "x": 0.6400000000000001, "y": 1, "font": { "size": 13 }, "title": { "text": "1.5%<br>5%" }, "valign": "top", "bgcolor": "rgba(0, 0, 0, 0)", "xanchor": "auto", "itemsizing": "trace", "traceorder": "normal", "borderwidth": 0, "orientation": "v", "tracegroupgap": 1 }, "margin": { "l": 40, "r": 40 }, "shapes": [], "boxmode": "group", "autosize": false, "colorway": [ "#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf" ], "clickmode": "none", "showlegend": true, "violinmode": "group", "annotations": [ { "x": -0.0058823529411764705, "y": 10.4285, "ax": -56, "ay": -93, "text": "", "showarrow": false } ], "bargroupgap": 0.15, "violingroupgap": 0 } }, "height": 400, "width": 300, "user": { "profile_url": "https://chart-studio.plotly.com/~les172", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.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": "2022-01-07 22:19:06", "mapbox_access_tokens": null, "has_password": null, "username": "les172", "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-08-22T14:04:02.721012Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~swegner98/19.embed", "fid": "swegner98:19", "filename": "Hedges g' behavioral", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/swegner98/19/9_QTPRT6GJ60P804N5Q77K70ULSWZCHV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/swegner98/19/2_ZFLZPC2A1TJSSQSIJ3I34MM0PK0I4K.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/swegner98/19/8_D33LQETS9JLD4X0UF7JNOWUZAC0CB1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/swegner98/19/9_QTPRT6GJ60P804N5Q77K70ULSWZCHV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/swegner98:19", "plots": "https://api.plotly.com/v2/plots/swegner98:19", "parent": "https://api.plotly.com/v2/folders/home?user=swegner98" }, "owner": "swegner98", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~swegner98/19/", "world_readable": true, "date_modified": "2025-08-22T14:04:02.735Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~swegner98/19/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "g", "y": "Vergleich", "error_x": { "array": "Ki high", "arrayminus": "KI low" } } }, "mode": "markers", "name": "Fehlerentwicklung<br>", "type": "scatter", "xsrc": "swegner98:14:32e6ec", "ysrc": "swegner98:14:409b86", "error_x": { "meta": { "columnNames": { "array": "Ki high", "arrayminus": "KI low" } }, "type": "data", "visible": true, "arraysrc": "swegner98:14:2ec80d", "symmetric": false, "arrayminussrc": "swegner98:14:b48147" }, "hoverinfo": "x+y+name" }, { "meta": { "columnNames": { "x": "A", "y": "D", "error_x": { "array": "C", "arrayminus": "B" } } }, "mode": "markers", "name": "Reaktionszeitentwicklung", "type": "scatter", "xsrc": "swegner98:15:e07267", "ysrc": "swegner98:15:388872", "marker": { "color": "rgb(36, 34, 34)" }, "error_x": { "meta": { "columnNames": { "array": "C", "arrayminus": "B" } }, "type": "data", "visible": true, "arraysrc": "swegner98:15:2b3b3d", "symmetric": false, "arrayminussrc": "swegner98:15:06e08c" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "D", "error_x": { "array": "B" } } }, "mode": "markers", "name": "Überlappung", "type": "scatter", "xsrc": "swegner98:18:2c0bcd", "ysrc": "swegner98:18:a367ff", "error_x": { "meta": { "columnNames": { "array": "B" } }, "type": "data", "visible": true, "arraysrc": "swegner98:18:cdab61", "symmetric": true }, "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "<br>" }, "width": 801, "xaxis": { "type": "linear", "range": [ -0.9455555555555556, 1.3655555555555556 ], "title": { "text": "Effektstärke in Hedges g'" }, "showgrid": true, "showline": true, "autorange": true, "fixedrange": false, "zerolinecolor": "rgb(222, 10, 10)", "zerolinewidth": 2, "showticklabels": true }, "yaxis": { "type": "category", "range": [ -0.3618090452261307, 4.36180904522613 ], "ticks": "inside", "title": { "text": "Vergleich" }, "showgrid": true, "showline": false, "tickmode": "auto", "zeroline": true, "autorange": true, "fixedrange": false, "showticklabels": true }, "height": 321, "autosize": false, "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": 321, "width": 801, "user": { "profile_url": "https://chart-studio.plotly.com/~swegner98", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.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-08-06 13:26:15", "mapbox_access_tokens": null, "has_password": null, "username": "swegner98", "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-08-22T12:45:22.976960Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mjelemalaba/7.embed", "fid": "mjelemalaba:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/7/9_FUXKCUOZPAM21ZWVSHM5A60H22VV3Q.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/7/2_HE9SW24HFNWIW5KTS5SWRL8Z5UHEM4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/7/8_2TUQOGBD3K60IH63D6F2EIQUPPUZI7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/7/9_FUXKCUOZPAM21ZWVSHM5A60H22VV3Q.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mjelemalaba:7", "plots": "https://api.plotly.com/v2/plots/mjelemalaba:7", "parent": "https://api.plotly.com/v2/folders/home?user=mjelemalaba" }, "owner": "mjelemalaba", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mjelemalaba/7/", "world_readable": true, "date_modified": "2025-08-22T12:45:22.991Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mjelemalaba/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "markers", "name": "W/C = 0.23", "type": "scatter", "xsrc": "mjelemalaba:6:43ae3f", "ysrc": "mjelemalaba:6:a6469f" }, { "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "markers", "name": "W/C = 0.35", "type": "scatter", "xsrc": "mjelemalaba:6:9c66ba", "ysrc": "mjelemalaba:6:a880ae", "visible": true }, { "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "markers", "name": "W/C = 0.53", "type": "scatter", "xsrc": "mjelemalaba:6:955663", "ysrc": "mjelemalaba:6:a1649f" } ], "frames": [], "layout": { "title": { "text": "Granite Aggregates" }, "xaxis": { "type": "linear", "range": [ 25.130530969465607, 104.48572185220483 ], "title": { "text": "Distance from Aggregate-Mortar Boundary (μm)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -157.84894657637335, 3557.4284488612375 ], "title": { "text": "Nomial Compressive Elastic Modulus (MPa)" }, "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mjelemalaba", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.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-08-22 10:23:46", "mapbox_access_tokens": null, "has_password": null, "username": "mjelemalaba", "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-08-22T12:28:01.293681Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mjelemalaba/5.embed", "fid": "mjelemalaba:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/5/9_HM23O20Z1R8840UVNXCZLJY57X2YUC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/5/2_0AIYFGIBHFYB0YJ6T4D7BWHNJDSTXH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/5/8_Z0NWLDVCXTCLKTR7VL86F4VCE20X2O.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/5/9_HM23O20Z1R8840UVNXCZLJY57X2YUC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mjelemalaba:5", "plots": "https://api.plotly.com/v2/plots/mjelemalaba:5", "parent": "https://api.plotly.com/v2/folders/home?user=mjelemalaba" }, "owner": "mjelemalaba", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mjelemalaba/5/", "world_readable": true, "date_modified": "2025-08-22T12:46:47.154Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mjelemalaba/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "markers", "name": "W/C = 0.53", "type": "scatter", "xsrc": "mjelemalaba:4:48272e", "ysrc": "mjelemalaba:4:38e857" }, { "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "markers", "name": "W/C = 0.35", "type": "scatter", "xsrc": "mjelemalaba:4:8cf9af", "ysrc": "mjelemalaba:4:b161f6" }, { "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "markers", "name": "W/C = 0.23", "type": "scatter", "xsrc": "mjelemalaba:4:2d1a22", "ysrc": "mjelemalaba:4:2b2ad4" } ], "frames": [], "layout": { "title": { "text": "Limestone Aggregates" }, "xaxis": { "type": "linear", "range": [ 7.848654301105918, 26.593309984608368 ], "title": { "text": "Distance from aggregate-mortar boundary (μm)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 96.25974534506062, 112.31195135163608 ], "title": { "text": "Nomial Compressive Elastic Modulus (MPa)" }, "autorange": true }, "legend": { "x": 1.02, "y": 1.64 }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mjelemalaba", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.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-08-22 10:23:46", "mapbox_access_tokens": null, "has_password": null, "username": "mjelemalaba", "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-08-22T12:07:03.146436Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mjelemalaba/3.embed", "fid": "mjelemalaba:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/3/9_NVZEG1WCCYYG2W0T5BCOCW48EPNLJ6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/3/2_SFQKMPAL4NCIPTL9FUZDHO3O497F27.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/3/8_IOBDBVDQOZBWP46S6Y3J7CKLF7ZF3P.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/3/9_NVZEG1WCCYYG2W0T5BCOCW48EPNLJ6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mjelemalaba:3", "plots": "https://api.plotly.com/v2/plots/mjelemalaba:3", "parent": "https://api.plotly.com/v2/folders/home?user=mjelemalaba" }, "owner": "mjelemalaba", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mjelemalaba/3/", "world_readable": true, "date_modified": "2025-08-22T13:17:42.638Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mjelemalaba/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "markers", "name": "High ", "type": "scatter", "xsrc": "mjelemalaba:2:f5892c", "ysrc": "mjelemalaba:2:ec8862" }, { "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "markers", "name": "Medium", "type": "scatter", "xsrc": "mjelemalaba:2:0a091a", "ysrc": "mjelemalaba:2:36cf66", "contours": { "end": 5.5, "size": 0.5, "start": 0.5 }, "bandwidth": 0, "autocontour": true, "orientation": "v", "autocolorscale": true }, { "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "markers", "name": "Low", "type": "scatter", "xsrc": "mjelemalaba:2:c8e468", "ysrc": "mjelemalaba:2:b3d160", "autocolorscale": true } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 7.97910949829196, 33.42189529732348 ], "title": { "text": "Aggregate Size (mm)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 84.4143737668813, 102.48959974305248 ], "title": { "text": "Tensile Strength (% Content Specimen Strength )" }, "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mjelemalaba", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.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-08-22 10:23:46", "mapbox_access_tokens": null, "has_password": null, "username": "mjelemalaba", "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-08-22T11:41:06.408434Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~EMMAGUIET/3.embed", "fid": "EMMAGUIET:3", "filename": "Plot 1 copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/EMMAGUIET/3/9_V9YJK3GSF2SPCF9AJONGTI8ZQT983V.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/EMMAGUIET/3/2_LJJIA1CO8NXRSVBCUWF6IEMJXAAP8C.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/EMMAGUIET/3/8_9I3ALUYR4HEZ6P2HSI6VRMMYRN373O.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/EMMAGUIET/3/9_V9YJK3GSF2SPCF9AJONGTI8ZQT983V.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/EMMAGUIET:3", "plots": "https://api.plotly.com/v2/plots/EMMAGUIET:3", "parent": "https://api.plotly.com/v2/folders/home?user=EMMAGUIET" }, "owner": "EMMAGUIET", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~EMMAGUIET/3/", "world_readable": true, "date_modified": "2025-08-22T12:03:13.097Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~EMMAGUIET/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "preoperative BVCA", "y": "postoperative BVCA" } }, "mode": "markers", "type": "scatter", "xsrc": "EMMAGUIET:2:aced34", "ysrc": "EMMAGUIET:2:6106f8" }, { "mode": "markers", "type": "scatter", "stackgroup": null }, { "line": { "color": "rgb(8, 9, 9)" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "EMMAGUIET:4:f16218", "ysrc": "EMMAGUIET:4:bea3b5", "orientation": "v" } ], "frames": [], "layout": { "font": { "color": "rgb(50, 76, 115)" }, "xaxis": { "type": "linear", "range": [ 3.2, -3.5022123893805315 ], "title": { "text": "BVCA before surgery logMAR" }, "showline": true, "autorange": false }, "yaxis": { "type": "linear", "range": [ 3.2, -0.30108108108108134 ], "title": { "text": "BVCA at follow up, logMAR" }, "showline": true, "autorange": false }, "autosize": true, "dragmode": "select", "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/~EMMAGUIET", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.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-08-22 10:04:54", "mapbox_access_tokens": null, "has_password": null, "username": "EMMAGUIET", "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-08-22T11:38:47.586712Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~swegner98/13.embed", "fid": "swegner98:13", "filename": "Theta-Power ALL", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/swegner98/13/9_U1HM80O0FT8QAISBBR1UL3CW4SSZS9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/swegner98/13/2_INAFLS0Q19G45WZJQUJU0OAD62420Y.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/swegner98/13/8_9W9SJPSB4PXDIAI726X05TEZV623Z6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/swegner98/13/9_U1HM80O0FT8QAISBBR1UL3CW4SSZS9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/swegner98:13", "plots": "https://api.plotly.com/v2/plots/swegner98:13", "parent": "https://api.plotly.com/v2/folders/home?user=swegner98" }, "owner": "swegner98", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~swegner98/13/", "world_readable": true, "date_modified": "2025-08-22T11:38:47.597Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~swegner98/13/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "Sham" } }, "mode": "markers", "name": "Sham", "type": "box", "ysrc": "swegner98:12:24bff8", "boxpoints": false }, { "meta": { "columnNames": { "y": "Stim" } }, "name": "Stim", "type": "box", "ysrc": "swegner98:12:e7ee54", "boxpoints": false }, { "meta": { "columnNames": { "y": "Split" } }, "name": "Split", "type": "box", "ysrc": "swegner98:12:a740f7", "boxpoints": false } ], "frames": [], "layout": { "width": 700, "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "title": { "text": "Setting" }, "autorange": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 0.20000000000000018, "range": [ -1, 1 ], "title": { "font": { "size": 14 }, "text": "Theta-Power Entwicklung" }, "tickfont": { "size": 12 }, "tickmode": "linear", "autorange": false, "fixedrange": false }, "height": 350, "autosize": false, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": 350, "width": 700, "user": { "profile_url": "https://chart-studio.plotly.com/~swegner98", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.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-08-06 13:26:15", "mapbox_access_tokens": null, "has_password": null, "username": "swegner98", "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-08-22T11:35:03.602005Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~EMMAGUIET/1.embed", "fid": "EMMAGUIET:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/EMMAGUIET/1/9_2B802K0ZZ7UXWRVD8F7Q8JIO9Q7HEP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/EMMAGUIET/1/2_DEGIF5GKM3DP3JYKS26Y9YP81UT5HU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/EMMAGUIET/1/8_MDM9YL77CCY8GPPNW7TQAQUTX5QB77.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/EMMAGUIET/1/9_2B802K0ZZ7UXWRVD8F7Q8JIO9Q7HEP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/EMMAGUIET:1", "plots": "https://api.plotly.com/v2/plots/EMMAGUIET:1", "parent": "https://api.plotly.com/v2/folders/home?user=EMMAGUIET" }, "owner": "EMMAGUIET", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~EMMAGUIET/1/", "world_readable": true, "date_modified": "2025-08-22T11:40:48.030Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~EMMAGUIET/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "preoperative BVCA", "y": "postoperative BVCA" } }, "mode": "markers", "type": "scatter", "xsrc": "EMMAGUIET:0:aced34", "ysrc": "EMMAGUIET:0:6106f8" }, { "mode": "markers", "type": "scatter", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 3.2, -3.5022123893805315 ], "title": { "text": "BVCA before surgery logMAR" }, "showline": true, "autorange": false }, "yaxis": { "type": "linear", "range": [ 3.2, -0.30108108108108134 ], "title": { "text": "BVCA at follow up, logMAR" }, "showline": true, "autorange": false }, "autosize": true, "dragmode": "select", "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/~EMMAGUIET", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.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-08-22 10:04:54", "mapbox_access_tokens": null, "has_password": null, "username": "EMMAGUIET", "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-08-22T10:25:32.433989Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mjelemalaba/1.embed", "fid": "mjelemalaba:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/1/9_LHD4X9NOPP2CMPXFBMKEQPFHMFE235.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/1/2_VHUQPCQSACN9RSZZJJQPD92O7S9R0C.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/1/8_GI0GNQHH15KBMSRQ546P75N2PYJ4HZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/1/9_LHD4X9NOPP2CMPXFBMKEQPFHMFE235.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mjelemalaba:1", "plots": "https://api.plotly.com/v2/plots/mjelemalaba:1", "parent": "https://api.plotly.com/v2/folders/home?user=mjelemalaba" }, "owner": "mjelemalaba", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mjelemalaba/1/", "world_readable": true, "date_modified": "2025-08-22T10:25:32.446Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mjelemalaba/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "markers", "name": "High Values", "type": "scatter", "xsrc": "mjelemalaba:0:937f59", "ysrc": "mjelemalaba:0:7423b2" }, { "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "markers", "name": "Medium Values", "type": "scatter", "xsrc": "mjelemalaba:0:727132", "ysrc": "mjelemalaba:0:9b59a4" }, { "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "markers", "name": "Low Values", "type": "scatter", "xsrc": "mjelemalaba:0:3602cb", "ysrc": "mjelemalaba:0:32b35d", "xaxis": "x", "yaxis": "y" } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "linear", "range": [ 8.053190346220799, 33.389847628462746 ], "title": { "text": "Aggregate Size (mm)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 100.73410899245201, 112.05768911480351 ], "title": { "text": "Compressive Strength (% Control Specimen Strength)" }, "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mjelemalaba", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.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-08-22 10:23:46", "mapbox_access_tokens": null, "has_password": null, "username": "mjelemalaba", "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-08-22T08:17:37.853786Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marta.podgorny/71.embed", "fid": "marta.podgorny:71", "filename": "Plot 71", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/71/9_WP2W1CZX3DAHUPTE09JO6RF8OK8WJP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/71/2_DXKEUYD8TOWLLTFAGEDA93WOC5CN3S.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/71/8_GSJYEWLN1IW3JPXYC8VF7WKXM1R8J4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/71/9_WP2W1CZX3DAHUPTE09JO6RF8OK8WJP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marta.podgorny:71", "plots": "https://api.plotly.com/v2/plots/marta.podgorny:71", "parent": "https://api.plotly.com/v2/folders/home?user=marta.podgorny" }, "owner": "marta.podgorny", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~marta.podgorny/71/", "world_readable": true, "date_modified": "2025-08-22T08:19:30.886Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marta.podgorny/71/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(239, 85, 59)" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "1x10<sup>-5</sup> mbar", "type": "scatter", "xsrc": "marta.podgorny:69:3c009a", "ysrc": "marta.podgorny:69:b3faea" }, { "fill": "none", "line": { "dash": "solid", "color": "rgb(99, 110, 250)", "shape": "spline", "width": 2, "smoothing": 1.3 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "1x10<sup>-6</sup> mbar", "type": "scatter", "xsrc": "marta.podgorny:70:5a2c6e", "ysrc": "marta.podgorny:70:9f4462", "hoveron": "points", "opacity": 1, "connectgaps": true, "hovertemplate": "" }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "1x10<sup>-7</sup> mbar", "type": "scatter", "xsrc": "marta.podgorny:68:ca52b3", "ysrc": "marta.podgorny:68:5eef82", "stackgroup": null }, { "line": { "color": "rgb(99, 110, 250)" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "amorphous", "type": "scatter", "xsrc": "marta.podgorny:70:5a2c6e", "ysrc": "marta.podgorny:70:9f4462", "xaxis": "x2", "yaxis": "y", "showlegend": false, "stackgroup": null }, { "line": { "color": "rgb(239, 85, 59)" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "crystalline", "type": "scatter", "xsrc": "marta.podgorny:69:3c009a", "ysrc": "marta.podgorny:69:b3faea", "xaxis": "x2", "stackgaps": "infer zero", "showlegend": false, "stackgroup": "", "orientation": "v" }, { "line": { "color": "rgb(0, 204, 150)" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "marta.podgorny:68:ca52b3", "ysrc": "marta.podgorny:68:5eef82", "xaxis": "x2", "yaxis": "y", "showlegend": false, "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "<br>" }, "xaxis": { "type": "linear", "range": [ 3604.8321678607076, 2652.2185880111047 ], "tick0": 1, "ticks": "", "title": { "font": { "size": 25 }, "text": "Wavenumber / cm-1" }, "anchor": "y", "domain": [ 0, 0.49 ], "mirror": "ticks", "nticks": 0, "showgrid": false, "showline": true, "tickfont": { "size": 20 }, "tickmode": "auto", "zeroline": false, "autorange": false, "linecolor": "rgb(0, 0, 0)", "linewidth": 1, "tickangle": "auto", "automargin": true, "fixedrange": true, "overlaying": false, "showspikes": false, "tickformat": "", "rangeslider": { "range": [ 4000.186, 799.8442 ], "yaxis": {}, "yaxis2": {}, "visible": false, "autorange": true, "thickness": 0.18 }, "zerolinecolor": "rgb(25, 33, 46)", "spikethickness": 7, "separatethousands": false }, "yaxis": { "side": "left", "type": "linear", "range": [ -0.016725182270101113, 1.1082530203332888 ], "tick0": 1, "ticks": "", "title": { "font": { "size": 25 }, "text": "Absorbance" }, "anchor": "x", "domain": [ 0, 1 ], "mirror": "ticks", "nticks": 0, "showgrid": false, "showline": true, "tickfont": { "size": 20 }, "tickmode": "auto", "zeroline": false, "autorange": false, "linecolor": "rgb(0, 0, 0)", "tickangle": "auto", "fixedrange": true, "showspikes": false, "tickformat": "", "zerolinecolor": "rgb(25, 33, 46)", "separatethousands": false }, "legend": { "x": 0.36248836343799884, "y": 0.9651722832260506, "font": { "size": 20 } }, "shapes": [ { "x0": 1619, "x1": 1091.4479462369873, "y0": -3, "y1": 1600, "line": { "dash": "solid", "color": "rgb(0, 0, 0)", "width": 1 }, "type": "line", "xref": "x2", "opacity": 1, "fillcolor": "rgb(0, 0, 0)" }, { "x0": 916, "x1": 916, "y0": -2, "y1": 2, "line": { "color": "rgb(0, 0, 0)", "width": 1 }, "type": "line", "xref": "x2", "opacity": 1, "fillcolor": "rgb(0, 0, 0)" } ], "xaxis2": { "side": "bottom", "type": "linear", "range": [ 1617.9932112559336, 915.9328578973385 ], "tick0": 1, "title": { "font": { "size": 25 }, "text": "Wavenumber / cm-1" }, "anchor": "y", "domain": [ 0.505, 1 ], "mirror": "ticks", "nticks": 0, "showgrid": false, "showline": true, "tickfont": { "size": 20 }, "tickmode": "auto", "zeroline": false, "autorange": false, "linecolor": "rgb(0, 0, 0)", "tickangle": "auto", "fixedrange": true, "overlaying": false, "tickformat": "", "zerolinecolor": "rgb(25, 33, 46)", "separatethousands": false }, "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" }, "annotations": [ { "x": 2996.830303296284, "y": 0.4263867356618097, "font": { "size": 20 }, "text": "ν<sub>2</sub>", "showarrow": false }, { "x": 3230.3030192890224, "y": 0.9294170117468004, "ax": 3, "ay": -58, "font": { "size": 20 }, "text": "ν<sub>1</sub>", "showarrow": false }, { "x": 2944.448604195349, "y": 0.4992270509382882, "font": { "size": 20 }, "text": "ν<sub>9</sub>", "showarrow": false }, { "x": 2829.208866173292, "y": 0.6287209447631388, "font": { "size": 20 }, "text": "ν<sub>3</sub>", "showarrow": false }, { "x": 1518.0895987920935, "y": 0.20953237410071945, "font": { "size": 20 }, "text": "ν<sub>4</sub>", "xref": "x2", "yref": "paper", "showarrow": false }, { "x": 1470.0485173887168, "y": 0.2886690647482014, "font": { "size": 20 }, "text": "ν<sub>10</sub>", "xref": "x2", "yref": "paper", "showarrow": false }, { "x": 1418.7319077078373, "y": 0.28677613138189256, "font": { "size": 20 }, "text": "ν<sub>5</sub>", "xref": "x2", "showarrow": false }, { "x": 1142.4956896384217, "y": 0.2746360788358128, "font": { "size": 20 }, "text": "ν<sub>7</sub>", "xref": "x2", "showarrow": false }, { "x": 1043.1379985541655, "y": 0.9463856530522256, "font": { "size": 20 }, "text": "ν<sub>8</sub>", "xref": "x2", "showarrow": false }, { "x": 3546.089833868945, "y": 1.0354127050568103, "font": { "size": 25 }, "text": "a)", "showarrow": false }, { "x": 1592.3349064154938, "y": 1.0455294155118768, "font": { "size": 25 }, "text": "b)", "xref": "x2", "axref": "x2", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~marta.podgorny", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.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-05-19 09:26:50", "mapbox_access_tokens": null, "has_password": null, "username": "marta.podgorny", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "