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=cD0yMDI1LTA4LTA4KzEyJTNBMjIlM0EwMC43NjI4MzQlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTA4KzEwJTNBMTklM0EwMC4xNjU3MTIlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0wOCsxMiUzQTA0JTNBNTAuMDgxNjg3JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-08T12:04:50.081687Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gico66/12.embed", "fid": "gico66:12", "filename": "splice losses vs distance 850 nm plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gico66/12/9_PTXMDL0RPC0UFNF55VIPFV59H8I7C7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gico66/12/2_PIJE8P88YOCHA4UO2HL78WS4KXRVZD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gico66/12/8_LNEMBYY4VCL64EZT6OGI51BZHIXPD9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gico66/12/9_PTXMDL0RPC0UFNF55VIPFV59H8I7C7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gico66:12", "plots": "https://api.plotly.com/v2/plots/gico66:12", "parent": "https://api.plotly.com/v2/folders/home?user=gico66" }, "owner": "gico66", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~gico66/12/", "world_readable": true, "date_modified": "2025-08-08T16:02:15.432Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gico66/12/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "C", "error_y": { "array": "D" } } }, "mode": "lines", "name": "850 nm MM - 1000 ns", "type": "scatter", "xsrc": "gico66:11:203a71", "ysrc": "gico66:11:98a62d", "error_y": { "meta": { "columnNames": { "array": "D" } }, "type": "data", "visible": true, "arraysrc": "gico66:11:6072c0", "symmetric": true } } ], "frames": [], "layout": { "title": { "text": "Splices (A & B) Losses (& STDEV) vs. Fibre Length @ 850 nm MM" }, "xaxis": { "type": "linear", "range": [ 1.7333333333333334, 7.066666666666666 ], "title": { "text": "Fibre Lenght (Km)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.0720173850618295, 0.10833031617476062 ], "title": { "text": "Splice Loss (dB)" }, "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" }, "showlegend": true, "annotations": [ { "x": 5.246938775510205, "y": -0.036298678232952505, "font": { "size": 14 }, "text": "<b>Splice A</b>", "showarrow": false }, { "x": 5.155102040816327, "y": 0.10382162364384587, "font": { "size": 14 }, "text": "<b>Splice B</b>", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gico66", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.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-15 13:54:12", "mapbox_access_tokens": null, "has_password": null, "username": "gico66", "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-08T12:03:29.890128Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gico66/10.embed", "fid": "gico66:10", "filename": "splice losses vs attenuation with attenuator large plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gico66/10/9_DA6C8DQR7J2L1ILBHL0ZXNPKET5O95.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gico66/10/2_D1V4WZ3B4MPPB79LR7K2EYJ62S32EV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gico66/10/8_72GQMF1UA11DCT5H17OHECVOWQ94DK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gico66/10/9_DA6C8DQR7J2L1ILBHL0ZXNPKET5O95.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gico66:10", "plots": "https://api.plotly.com/v2/plots/gico66:10", "parent": "https://api.plotly.com/v2/folders/home?user=gico66" }, "owner": "gico66", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gico66/10/", "world_readable": true, "date_modified": "2025-08-08T16:02:08.397Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gico66/10/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "H", "y": "B", "error_y": { "array": "I" } } }, "mode": "lines", "name": "1300 nm MM - 1000 ns", "type": "scatter", "xsrc": "gico66:9:29ec12", "ysrc": "gico66:9:a7f52c", "error_y": { "meta": { "columnNames": { "array": "I" } }, "type": "data", "visible": true, "arraysrc": "gico66:9:87c637", "symmetric": true } } ], "frames": [], "layout": { "title": { "text": "Splices (A & B) Losses (& STDEV) vs. Fiber Attenuation @ 1300 nm MM" }, "xaxis": { "type": "linear", "range": [ 6.083333333333333, 18.416666666666668 ], "title": { "text": "Connecting fiber losses (dB)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.14188003240686942, 0.14972802315824904 ], "title": { "text": "Splice Loss (dB)" }, "autorange": true }, "shapes": [ { "x0": 15.98107031027612, "x1": 18.229718189581558, "y0": -0.11688410727949951, "y1": -0.011194454156570105, "line": { "color": "#444444" }, "type": "rect", "opacity": 0.3, "fillcolor": "rgb(247, 12, 12)" } ], "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": true, "annotations": [ { "x": 11.228366068886993, "y": -0.06683504430286548, "font": { "size": 14 }, "text": "<b>Splice A</b>", "showarrow": false }, { "x": 11.16517221747794, "y": 0.08473569494919672, "font": { "size": 14 }, "text": "<b>Splice B</b>", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gico66", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.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-15 13:54:12", "mapbox_access_tokens": null, "has_password": null, "username": "gico66", "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-08T11:52:18.036182Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~diannelauc/75.embed", "fid": "diannelauc:75", "filename": "T 10% Fly Ash 50% CDW", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/75/9_7VIY0WUZZYK52HZBOL1II8D9GT1LGQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/75/2_AFYFZRKXIIHNBGOBEM3CUAYFJELXHZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/75/8_04R53WA3SHMOQUVCAL11R7OZPU11XQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/75/9_7VIY0WUZZYK52HZBOL1II8D9GT1LGQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/diannelauc:75", "plots": "https://api.plotly.com/v2/plots/diannelauc:75", "parent": "https://api.plotly.com/v2/folders/home?user=diannelauc" }, "owner": "diannelauc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~diannelauc/75/", "world_readable": true, "date_modified": "2025-08-08T11:53:23.963Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/75/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "12th Day", "type": "box", "ysrc": "diannelauc:74:13edea", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "hoveron": "boxes+points", "notched": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "B" } }, "name": "14th Day", "type": "box", "ysrc": "diannelauc:74:8254a2", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "C" } }, "name": "28th Day", "type": "box", "ysrc": "diannelauc:74:9f1d4c", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" } ], "frames": [], "layout": { "title": { "text": "Split Tensile Strength of 10% Fly Ash 50% CDW Mix Design Over Time" }, "xaxis": { "type": "category", "dtick": 1, "range": [ -0.5, 2.5 ], "tick0": 0, "ticks": "", "title": { "text": "<br>" }, "domain": [ 0, 1 ], "showline": false, "tickmode": "linear", "autorange": true, "showspikes": true, "rangeslider": { "range": [ -0.5, 2.5 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 1, "range": [ -0.1888888888888889, 3.588888888888889 ], "tick0": 0, "ticks": "", "title": { "text": "Compressive Strength, MPa" }, "domain": [ 0, 1 ], "tickmode": "auto", "autorange": true, "showspikes": true }, "shapes": [], "autosize": true, "dragmode": "zoom", "hovermode": "x", "showlegend": false, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~diannelauc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 22:45:50", "mapbox_access_tokens": null, "has_password": null, "username": "diannelauc", "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-08T11:48:54.026519Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~diannelauc/73.embed", "fid": "diannelauc:73", "filename": "T10% Fly Ash 0% CDW", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/73/9_YFQZ4FTAXV1IZA7M54CD11H1I8I7AS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/73/2_ONKZFIL9L45UI4I2GFICMG5C5A3N0L.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/73/8_FMMMO5H7NLKV7T6FGF28622L154B7C.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/73/9_YFQZ4FTAXV1IZA7M54CD11H1I8I7AS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/diannelauc:73", "plots": "https://api.plotly.com/v2/plots/diannelauc:73", "parent": "https://api.plotly.com/v2/folders/home?user=diannelauc" }, "owner": "diannelauc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~diannelauc/73/", "world_readable": true, "date_modified": "2025-08-08T11:50:05.705Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/73/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "12th Day", "type": "box", "ysrc": "diannelauc:72:13edea", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "hoveron": "boxes+points", "notched": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "B" } }, "name": "14th Day", "type": "box", "ysrc": "diannelauc:72:8254a2", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "C" } }, "name": "28th Day", "type": "box", "ysrc": "diannelauc:72:9f1d4c", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" } ], "frames": [], "layout": { "title": { "text": "Split Tensile Strength of 10% Fly Ash 0% CDW Mix Design Over Time" }, "xaxis": { "type": "category", "dtick": 1, "range": [ -0.5, 2.5 ], "tick0": 0, "ticks": "", "title": { "text": "<br>" }, "domain": [ 0, 1 ], "showline": false, "tickmode": "linear", "autorange": true, "showspikes": true, "rangeslider": { "range": [ -0.5, 2.5 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 1, "range": [ -0.17833333333333334, 3.388333333333333 ], "tick0": 0, "ticks": "", "title": { "text": "Compressive Strength, MPa" }, "domain": [ 0, 1 ], "tickmode": "auto", "autorange": true, "showspikes": true }, "shapes": [], "autosize": true, "dragmode": "zoom", "hovermode": "x", "showlegend": false, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~diannelauc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 22:45:50", "mapbox_access_tokens": null, "has_password": null, "username": "diannelauc", "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-08T11:44:21.989102Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~diannelauc/71.embed", "fid": "diannelauc:71", "filename": "T 5% Fly Ash 50% CDW", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/71/9_EY5E98A5ZY8ODJ0HB0NT5RNP7NKQ7W.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/71/2_K99VHZIAA1SGBB33UUVLUHUS83UIX0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/71/8_P50W6LGW0SM2OWMQGT0A4DI22EP0A9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/71/9_EY5E98A5ZY8ODJ0HB0NT5RNP7NKQ7W.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/diannelauc:71", "plots": "https://api.plotly.com/v2/plots/diannelauc:71", "parent": "https://api.plotly.com/v2/folders/home?user=diannelauc" }, "owner": "diannelauc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~diannelauc/71/", "world_readable": true, "date_modified": "2025-08-08T11:45:55.198Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/71/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "12th Day", "type": "box", "ysrc": "diannelauc:70:13edea", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "hoveron": "boxes+points", "notched": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "B" } }, "name": "14th Day", "type": "box", "ysrc": "diannelauc:70:8254a2", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "C" } }, "name": "28th Day", "type": "box", "ysrc": "diannelauc:70:9f1d4c", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" } ], "frames": [], "layout": { "title": { "text": "Split Tensile Strength of 5% Fly Ash 50% CDW Mix Design Over Time" }, "xaxis": { "type": "category", "dtick": 1, "range": [ -0.5, 2.5 ], "tick0": 0, "ticks": "", "title": { "text": "<br>" }, "domain": [ 0, 1 ], "showline": false, "tickmode": "linear", "autorange": true, "showspikes": true, "rangeslider": { "range": [ -0.5, 2.5 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 1, "range": [ -0.2333333333333334, 4.433333333333334 ], "tick0": 0, "ticks": "", "title": { "text": "Compressive Strength, MPa" }, "domain": [ 0, 1 ], "tickmode": "auto", "autorange": true, "showspikes": true }, "shapes": [], "autosize": true, "dragmode": "zoom", "hovermode": "x", "showlegend": false, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~diannelauc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 22:45:50", "mapbox_access_tokens": null, "has_password": null, "username": "diannelauc", "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-08T11:39:08.636174Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~diannelauc/69.embed", "fid": "diannelauc:69", "filename": "T 5% Fly Ash 0% CDW", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/69/9_7R4OGJZ1T0SFGGPEZA6UDS9CJJ2RLR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/69/2_6LSDDJBV8QMI8U4BMM1QULSMQJ31VO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/69/8_GNLA94DR0Z0697L91AJ0X1Y7DR10WT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/69/9_7R4OGJZ1T0SFGGPEZA6UDS9CJJ2RLR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/diannelauc:69", "plots": "https://api.plotly.com/v2/plots/diannelauc:69", "parent": "https://api.plotly.com/v2/folders/home?user=diannelauc" }, "owner": "diannelauc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~diannelauc/69/", "world_readable": true, "date_modified": "2025-08-08T11:40:41.832Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/69/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "12th Day", "type": "box", "ysrc": "diannelauc:68:13edea", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "hoveron": "boxes+points", "notched": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "B" } }, "name": "14th Day", "type": "box", "ysrc": "diannelauc:68:8254a2", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "C" } }, "name": "28th Day", "type": "box", "ysrc": "diannelauc:68:9f1d4c", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" } ], "frames": [], "layout": { "title": { "text": "Split Tensile Strength of 5% Fly Ash 0% CDW Mix Design Over Time" }, "xaxis": { "type": "category", "dtick": 1, "range": [ -0.5, 2.5 ], "tick0": 0, "ticks": "", "title": { "text": "<br>" }, "domain": [ 0, 1 ], "showline": false, "tickmode": "linear", "autorange": true, "showspikes": true, "rangeslider": { "range": [ -0.5, 2.5 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 1, "range": [ -0.20944444444444446, 3.9794444444444443 ], "tick0": 0, "ticks": "", "title": { "text": "Compressive Strength, MPa" }, "domain": [ 0, 1 ], "tickmode": "auto", "autorange": true, "showspikes": true }, "shapes": [], "autosize": true, "dragmode": "zoom", "hovermode": "x", "showlegend": false, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~diannelauc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 22:45:50", "mapbox_access_tokens": null, "has_password": null, "username": "diannelauc", "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-08T11:14:34.750593Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~huakbarzadeh/5.embed", "fid": "huakbarzadeh:5", "filename": "LLM_as_a_ex", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/huakbarzadeh/5/9_9TNU7SQRCOF8DRQYGJ7CTSIJF0P26Q.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/huakbarzadeh/5/2_4HD21SNKD8VU4TZMAOTTS98ZNZ1YMW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/huakbarzadeh/5/8_4CFDR4T97BPJ9MHERXOG7KFAJ4N64X.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/huakbarzadeh/5/9_9TNU7SQRCOF8DRQYGJ7CTSIJF0P26Q.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/huakbarzadeh:5", "plots": "https://api.plotly.com/v2/plots/huakbarzadeh:5", "parent": "https://api.plotly.com/v2/folders/home?user=huakbarzadeh" }, "owner": "huakbarzadeh", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~huakbarzadeh/5/", "world_readable": true, "date_modified": "2025-08-08T11:25:23.113Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~huakbarzadeh/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "C", "text": "C" } }, "mode": "markers", "name": "with search", "type": "bar", "xsrc": "huakbarzadeh:3:a390b9", "ysrc": "huakbarzadeh:3:e2d9b4", "textsrc": "huakbarzadeh:3:e2d9b4", "orientation": "v", "textposition": "outside", "texttemplate": "" }, { "meta": { "columnNames": { "x": "A", "y": "C", "text": "C" } }, "name": "w.o. search", "type": "bar", "xsrc": "huakbarzadeh:3:a390b9", "ysrc": "huakbarzadeh:4:d7c72a", "textsrc": "huakbarzadeh:4:d7c72a", "orientation": "v", "textposition": "outside" } ], "frames": [], "layout": { "title": { "text": "LLM-As-Execution-Accuracy" }, "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "title": { "text": "Click to enter X axis title" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 0.9326315789473685 ], "title": { "text": "Matching Score" }, "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" }, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~huakbarzadeh", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.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-29 14:36:39", "mapbox_access_tokens": null, "has_password": null, "username": "huakbarzadeh", "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-08T10:50:16.068507Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~diannelauc/67.embed", "fid": "diannelauc:67", "filename": "12th day compressive FLY ASH", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/67/9_PGWDQRILW2RWLZFUC0WQ0RR5NXYPRT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/67/2_M371NM2O4K8B434TVKI8AKZI66BDTS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/67/8_GSQ17AZHVR15PQ1OK70Z3GXMD82TUG.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/67/9_PGWDQRILW2RWLZFUC0WQ0RR5NXYPRT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/diannelauc:67", "plots": "https://api.plotly.com/v2/plots/diannelauc:67", "parent": "https://api.plotly.com/v2/folders/home?user=diannelauc" }, "owner": "diannelauc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 155, "web_url": "https://chart-studio.plotly.com/~diannelauc/67/", "world_readable": true, "date_modified": "2025-08-08T10:58:49.303Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/67/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "5% Fly Ash 0% CDW ", "type": "box", "ysrc": "diannelauc:66:13edea", "marker": { "line": { "width": 0 }, "opacity": 1 }, "notched": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "x+y+name" }, { "meta": { "columnNames": { "y": "B" } }, "name": "5% Fly Ash 50% CDW", "type": "box", "ysrc": "diannelauc:66:8254a2", "marker": { "line": { "width": 0 }, "opacity": 1 }, "visible": true, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "C" } }, "name": "10% Fly Ash 0% CDW", "type": "box", "ysrc": "diannelauc:66:9f1d4c", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "D" } }, "name": "10% Fly Ash 50% CDW", "type": "box", "ysrc": "diannelauc:66:b05272", "marker": { "line": { "width": 0 }, "opacity": 1 }, "visible": true, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "E" } }, "name": "5% MSSA 0% CDW ", "type": "box", "ysrc": "diannelauc:66:608f72", "marker": { "line": { "width": 0 }, "opacity": 1 }, "visible": true, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "F" } }, "name": "5% MSSA 30% CDW", "type": "box", "ysrc": "diannelauc:66:7ae72f", "marker": { "line": { "width": 0 }, "opacity": 1 }, "visible": true, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "G" } }, "name": "5% MSSA 50% CDW", "type": "box", "ysrc": "diannelauc:66:6f3228", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "H" } }, "name": "5% MSSA 70% CDW", "type": "box", "ysrc": "diannelauc:66:483831", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "I" } }, "name": "10% MSSA 0% CDW", "type": "box", "ysrc": "diannelauc:66:a71349", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "J" } }, "name": "10% MSSA 50% CDW", "type": "box", "ysrc": "diannelauc:66:8a7877", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "K" } }, "name": "15% MSSA 30% CDW", "type": "box", "ysrc": "diannelauc:66:2cc518", "marker": { "line": { "width": 0 }, "color": "rgb(0, 150, 255)", "opacity": 1 }, "visible": true, "boxpoints": "outliers" }, { "meta": { "columnNames": { "x": "", "y": "" } }, "mode": "lines", "type": "scatter", "xaxis": "x", "yaxis": "y", "visible": "legendonly", "boxpoints": false } ], "frames": [], "layout": { "title": { "text": "12th Day Compressive Strength of M30 Concrete Mix Designs with Fly Ash" }, "xaxis": { "type": "category", "dtick": 1, "range": [ -0.51, 11 ], "tick0": 0, "ticks": "", "domain": [ 0, 1 ], "showline": false, "tickmode": "auto", "autorange": false, "showspikes": true, "showticklabels": false }, "yaxis": { "side": "left", "type": "linear", "dtick": 1, "range": [ -4.9, 40 ], "tick0": 0, "title": { "text": "Compressive Strength, MPa" }, "domain": [ 0, 1 ], "tickmode": "auto", "autorange": false, "showspikes": true }, "shapes": [], "autosize": true, "dragmode": "zoom", "hovermode": "x", "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~diannelauc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 22:45:50", "mapbox_access_tokens": null, "has_password": null, "username": "diannelauc", "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-08T10:23:49.938785Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tester_123/1.embed", "fid": "tester_123:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/tester_123:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/tester_123:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tester_123/1/8_SZZY4VVACGA4G5QHJ651RY19BSLCY6.png", "list-thumb": "https://api.plotly.com/v2/files/tester_123:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tester_123:1", "plots": "https://api.plotly.com/v2/plots/tester_123:1", "parent": "https://api.plotly.com/v2/folders/home?user=tester_123" }, "owner": "tester_123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~tester_123/1/", "world_readable": true, "date_modified": "2025-08-08T10:23:49.949Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tester_123/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "tester_123:0:90a0c0", "ysrc": "tester_123:0:589206" } ], "frames": [], "layout": { "scene": { "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "xaxis": { "type": "linear", "range": [ 399.264912, 4000.364384 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 21.50998855555556, 102.14543744444444 ], "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/~tester_123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.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-08-08 07:17:57", "mapbox_access_tokens": null, "has_password": null, "username": "tester_123", "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-08T10:19:00.165712Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~diannelauc/63.embed", "fid": "diannelauc:63", "filename": "10% Fly Ash 50% CDW", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/63/9_P80L3PC8PWI2WT02XSWFG1XD1RJXTW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/63/2_HMDOYYSAHK31WF3OCCHMTEO0Q9K08S.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/63/8_PNRA5VMDNADZOKR6JY3AYO9VT8I7UR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/63/9_P80L3PC8PWI2WT02XSWFG1XD1RJXTW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/diannelauc:63", "plots": "https://api.plotly.com/v2/plots/diannelauc:63", "parent": "https://api.plotly.com/v2/folders/home?user=diannelauc" }, "owner": "diannelauc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~diannelauc/63/", "world_readable": true, "date_modified": "2025-08-08T10:20:51.245Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/63/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "12th Day", "type": "box", "ysrc": "diannelauc:62:13edea", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "hoveron": "boxes+points", "notched": false, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "B" } }, "name": "14th Day", "type": "box", "ysrc": "diannelauc:62:8254a2", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "visible": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" }, { "meta": { "columnNames": { "y": "C" } }, "name": "28th Day", "type": "box", "ysrc": "diannelauc:62:9f1d4c", "marker": { "line": { "width": 0 }, "opacity": 1 }, "boxmean": true, "boxpoints": "outliers", "hoverinfo": "name", "hovertemplate": "<br>" } ], "frames": [], "layout": { "title": { "text": "Compressive Strength of 10% Fly Ash 50% CDW Mix Design Over Time" }, "xaxis": { "type": "category", "dtick": 1, "range": [ -0.5, 2.5 ], "tick0": 0, "ticks": "", "title": { "text": "<br>" }, "domain": [ 0, 1 ], "showline": false, "tickmode": "linear", "autorange": true, "showspikes": true, "rangeslider": { "range": [ -0.5, 2.5 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 1, "range": [ -1.4466666666666668, 27.486666666666665 ], "tick0": 0, "ticks": "", "title": { "text": "Compressive Strength, MPa" }, "domain": [ 0, 1 ], "tickmode": "auto", "autorange": true, "showspikes": true }, "shapes": [], "autosize": true, "dragmode": "zoom", "hovermode": "x", "showlegend": false, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~diannelauc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 22:45:50", "mapbox_access_tokens": null, "has_password": null, "username": "diannelauc", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "