Plots


Jump to API response

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=cj0xJnA9MjAyNS0wNi0yNisxNyUzQTE4JTNBMjkuMDQ4MjcxJTJCMDAlM0EwMA%3D%3D&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTI2KzE3JTNBNDMlM0EwNS4xMzUyNDQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0yNisxOCUzQTI0JTNBNDQuNzA2MjY5JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-06-26T18:24:44.706269Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~maxko/1.embed",
            "fid": "maxko:1",
            "filename": "Hybrid Routing",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/maxko/1/9_YCD0PK5LPOWMAZXGY328EE8EM5KY9P.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/maxko/1/2_2TCF2ZII0QTH8LJ527FN5E5XIKL55Y.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/maxko/1/8_QUDCHNNO83G5MJKNQPESSC517DX6A0.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/maxko/1/9_YCD0PK5LPOWMAZXGY328EE8EM5KY9P.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/maxko:1",
                "plots": "https://api.plotly.com/v2/plots/maxko:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=maxko"
            },
            "owner": "maxko",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~maxko/1/",
            "world_readable": true,
            "date_modified": "2025-06-26T18:24:44.716Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~maxko/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "59946b",
                        "meta": {
                            "columnNames": {
                                "x": "failure-rate",
                                "y": "0-shortest-path"
                            }
                        },
                        "mode": "lines",
                        "name": "0-shortest-path spiral",
                        "type": "scatter",
                        "xsrc": "maxko:0:b52323",
                        "ysrc": "maxko:0:6292c1"
                    },
                    {
                        "uid": "7f1cd5",
                        "meta": {
                            "columnNames": {
                                "x": "failure-rate",
                                "y": "100-shortest-path"
                            }
                        },
                        "mode": "lines",
                        "name": "100-shortes-path spiral",
                        "type": "scatter",
                        "xsrc": "maxko:0:b52323",
                        "ysrc": "maxko:0:80a8b2",
                        "stackgroup": null
                    },
                    {
                        "uid": "738296",
                        "meta": {
                            "columnNames": {
                                "x": "failure-rate",
                                "y": "20-shortest-path"
                            }
                        },
                        "mode": "lines",
                        "name": "20-shortes-path spiral",
                        "type": "scatter",
                        "xsrc": "maxko:0:b52323",
                        "ysrc": "maxko:0:14c6c4",
                        "stackgroup": null
                    },
                    {
                        "uid": "7803b0",
                        "meta": {
                            "columnNames": {
                                "x": "failure-rate",
                                "y": "E"
                            }
                        },
                        "mode": "lines",
                        "name": "0-shortest-path zigzag",
                        "type": "scatter",
                        "xsrc": "maxko:0:b52323",
                        "ysrc": "maxko:0:98674b",
                        "stackgroup": null
                    },
                    {
                        "uid": "3c281a",
                        "meta": {
                            "columnNames": {
                                "x": "failure-rate",
                                "y": "F"
                            }
                        },
                        "mode": "lines",
                        "name": "100-shortest-path zigzag",
                        "type": "scatter",
                        "xsrc": "maxko:0:b52323",
                        "ysrc": "maxko:0:356efa",
                        "stackgroup": null
                    },
                    {
                        "uid": "0fe51e",
                        "meta": {
                            "columnNames": {
                                "x": "failure-rate",
                                "y": "G"
                            }
                        },
                        "mode": "lines",
                        "name": "20-shortest-path zigzag",
                        "type": "scatter",
                        "xsrc": "maxko:0:b52323",
                        "ysrc": "maxko:0:04cce6",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Impact of Satellite Failures on Routing Success for Different Shortest-Path Ratios"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            50
                        ],
                        "title": {
                            "text": "failed satellites in %"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.46111111111111036,
                            105.2388888888889
                        ],
                        "title": {
                            "text": "successful paths in %"
                        },
                        "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/~maxko",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-26 18:07:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "maxko",
                "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-06-26T18:07:11.937426Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Prototypee/1.embed",
            "fid": "Prototypee:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Prototypee:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Prototypee/1/2_M3X5W38J4QTNGQQM8HY0AMT98UT72R.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Prototypee/1/8_G9C566PH96DQAA2DA8EQYTL30TVSQ6.png",
                "list-thumb": "https://api.plotly.com/v2/files/Prototypee:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Prototypee:1",
                "plots": "https://api.plotly.com/v2/plots/Prototypee:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Prototypee"
            },
            "owner": "Prototypee",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Prototypee/1/",
            "world_readable": true,
            "date_modified": "2025-06-26T18:07:11.950Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Prototypee/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": "Prototypee:0:12cce4",
                        "ysrc": "Prototypee:0:fa08e0"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2.7,
                            444.9
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.007977777777777778,
                            0.33757777777777775
                        ],
                        "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/~Prototypee",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-26 18:05:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Prototypee",
                "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-06-26T18:03:30.116906Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~diannelauc/29.embed",
            "fid": "diannelauc:29",
            "filename": "15% MSSA 30% CDW",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/29/9_M0INIS89PCT2ASWIE4Q2V80SV1V0W4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/29/2_8L8WZ4XLJRX84EV6UZ13ZY9OEIMOU5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/29/8_6VO5MAUY84S0QSQ8O55HMINY4U3DWK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/29/9_M0INIS89PCT2ASWIE4Q2V80SV1V0W4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/diannelauc:29",
                "plots": "https://api.plotly.com/v2/plots/diannelauc:29",
                "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/29/",
            "world_readable": true,
            "date_modified": "2025-06-29T18:16:41.978Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/29/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "7th Day",
                        "type": "box",
                        "ysrc": "diannelauc:28: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:28:8254a2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "notched": false,
                        "visible": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "C"
                            }
                        },
                        "name": "28th Day",
                        "type": "box",
                        "ysrc": "diannelauc:28:9f1d4c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "notched": false,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Compressive Strength of 15% MSSA 30% 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": false,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                2.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            7.532222222222222,
                            14.687777777777779
                        ],
                        "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-06-26T17:59:04.007507Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~diannelauc/27.embed",
            "fid": "diannelauc:27",
            "filename": "10% MSSA 50% CDW",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/27/9_3GYVPJD8TLWP3401DO7POTM2ZDY5K0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/27/2_4KRMM2N8UN4VQD90K3NRQN9C0QRGRD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/27/8_B7QAPMJ7YNKQ9LTUV3R5CQ1H0DI7Z8.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/27/9_3GYVPJD8TLWP3401DO7POTM2ZDY5K0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/diannelauc:27",
                "plots": "https://api.plotly.com/v2/plots/diannelauc:27",
                "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/27/",
            "world_readable": true,
            "date_modified": "2025-06-29T18:10:41.117Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/27/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "7th Day",
                        "type": "box",
                        "ysrc": "diannelauc:26: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:26:8254a2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "visible": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "C"
                            }
                        },
                        "name": "29th Day",
                        "type": "box",
                        "ysrc": "diannelauc:26:9f1d4c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Compressive Strength of 10% MSSA 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": false,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                2.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            7.3822222222222225,
                            19.337777777777777
                        ],
                        "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-06-26T17:57:08.931745Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~diannelauc/25.embed",
            "fid": "diannelauc:25",
            "filename": "10% MSSA 0% CDW",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/25/9_Z84DT6W8FZH11YBYQQSZWTFP6XRE8O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/25/2_7BE5389E1SFKB84WTHXSSOVQUVVWOV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/25/8_1TJ60JJCPU8E68POWVGAGXO66N5GER.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/25/9_Z84DT6W8FZH11YBYQQSZWTFP6XRE8O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/diannelauc:25",
                "plots": "https://api.plotly.com/v2/plots/diannelauc:25",
                "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/25/",
            "world_readable": true,
            "date_modified": "2025-06-29T17:57:23.643Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/25/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "7th Day",
                        "type": "box",
                        "ysrc": "diannelauc:24: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": "17th Day",
                        "type": "box",
                        "ysrc": "diannelauc:24:8254a2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "visible": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "C"
                            }
                        },
                        "name": "29th Day",
                        "type": "box",
                        "ysrc": "diannelauc:24:9f1d4c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Compressive Strength of 10% MSSA 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": false,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                2.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            11.132222222222222,
                            15.687777777777779
                        ],
                        "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-06-26T17:54:57.237752Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~diannelauc/23.embed",
            "fid": "diannelauc:23",
            "filename": "5% MSSA 70% CDW",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/23/9_H63PXS69Y8UO6Q3JCL00WLNWNPIQXY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/23/2_WH655DU7Y66J8FGK24X7ULE7C69AVJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/23/8_XP7UEJQKH0RRW9I4BUQ5TNJ9D1WB3A.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/23/9_H63PXS69Y8UO6Q3JCL00WLNWNPIQXY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/diannelauc:23",
                "plots": "https://api.plotly.com/v2/plots/diannelauc:23",
                "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/23/",
            "world_readable": true,
            "date_modified": "2025-06-29T17:46:51.000Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/23/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "7th Day",
                        "type": "box",
                        "ysrc": "diannelauc:22: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": "18th Day",
                        "type": "box",
                        "ysrc": "diannelauc:22: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:22:9f1d4c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Compressive Strength of 5% MSSA 70% 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": false,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                2.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            7.696111111111112,
                            13.373888888888889
                        ],
                        "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-06-26T17:53:29.132635Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~diannelauc/21.embed",
            "fid": "diannelauc:21",
            "filename": "5% MSSA 50% CDW",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/21/9_K2ITCCVEPY1PQV998A8B1XSK39OQQ1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/21/2_KEGJC4XNU2XVPVX1U830HNSPYM0ZZV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/21/8_2SESSSYMHSFRWU88XLN7SGYQWARDFN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/21/9_K2ITCCVEPY1PQV998A8B1XSK39OQQ1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/diannelauc:21",
                "plots": "https://api.plotly.com/v2/plots/diannelauc:21",
                "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/21/",
            "world_readable": true,
            "date_modified": "2025-06-29T17:37:29.764Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "7th Day",
                        "type": "box",
                        "ysrc": "diannelauc:20: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:20:8254a2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "visible": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "C"
                            }
                        },
                        "name": "30th Day",
                        "type": "box",
                        "ysrc": "diannelauc:20:9f1d4c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Compressive Strength of 5% MSSA 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": false,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                2.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            6.874444444444444,
                            16.385555555555555
                        ],
                        "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-06-26T17:47:51.524213Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~diannelauc/19.embed",
            "fid": "diannelauc:19",
            "filename": "5% MSSA 30% CDW",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/19/9_QX3M330GI0M9U23CEGPO80U6BH68H6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/19/2_7VC4XBR9LNIW6LHPQEQFJ9NM8CZ08N.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/19/8_8URG61CJN749G96MBAWJ2UEFG0U0WR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/19/9_QX3M330GI0M9U23CEGPO80U6BH68H6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/diannelauc:19",
                "plots": "https://api.plotly.com/v2/plots/diannelauc:19",
                "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/19/",
            "world_readable": true,
            "date_modified": "2025-06-29T16:51:56.027Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/19/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "7th Day",
                        "type": "box",
                        "ysrc": "diannelauc:18: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:18:8254a2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "visible": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "C"
                            }
                        },
                        "name": "30th Day",
                        "type": "box",
                        "ysrc": "diannelauc:18:9f1d4c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Compressive Strength of 5% MSSA 30% 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": false,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                2.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            10.46,
                            22.26
                        ],
                        "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-06-26T17:44:54.158534Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~diannelauc/17.embed",
            "fid": "diannelauc:17",
            "filename": "5% MSSA 0% CDW copy",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/diannelauc/17/9_UVNEOJ0SPU2DT08P5LMZO06TPTJGA1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/diannelauc/17/2_NESNK2E8NUGVR97PNLT7BJZFSLAIHB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/17/8_8GIKMUXMQL73NEHS5LRMIFX1NSKZ6R.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diannelauc/17/9_UVNEOJ0SPU2DT08P5LMZO06TPTJGA1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/diannelauc:17",
                "plots": "https://api.plotly.com/v2/plots/diannelauc:17",
                "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/17/",
            "world_readable": true,
            "date_modified": "2025-06-29T16:41:19.499Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~diannelauc/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "7th Day",
                        "type": "box",
                        "ysrc": "diannelauc:16: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": "17th Day",
                        "type": "box",
                        "ysrc": "diannelauc:16:8254a2",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "visible": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "C"
                            }
                        },
                        "name": "29th Day",
                        "type": "box",
                        "ysrc": "diannelauc:16:9f1d4c",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "opacity": 1
                        },
                        "boxmean": true,
                        "boxpoints": "outliers",
                        "hoverinfo": "name",
                        "hovertemplate": "<br>"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Compressive Strength of 5% MSSA 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": false,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                2.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            17.994444444444444,
                            30
                        ],
                        "tick0": 0,
                        "ticks": "",
                        "title": {
                            "text": "Compressive Strength, MPa"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "tickmode": "auto",
                        "autorange": false,
                        "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-06-26T17:43:05.135244Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Amogh93/4.embed",
            "fid": "Amogh93:4",
            "filename": "Glove_trained_embedding_with the Mean value of the evaluation matrics (per model) _table",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Amogh93/4/9_F4UBFZF0XV0WDZO57QMTL35BUIYPOZ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Amogh93/4/2_BTXM7OP8GGRPHXO9K53SNIBM1AY1BX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Amogh93/4/8_VLC0JGQGO4FYCG2AV1BVUQENL4BCGD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Amogh93/4/9_F4UBFZF0XV0WDZO57QMTL35BUIYPOZ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Amogh93:4",
                "plots": "https://api.plotly.com/v2/plots/Amogh93:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=Amogh93"
            },
            "owner": "Amogh93",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Amogh93/4/",
            "world_readable": true,
            "date_modified": "2025-06-26T17:43:05.146Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Amogh93/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "#EDFAFF"
                            },
                            "line": {
                                "color": "#7D7F80"
                            },
                            "alignsrc": "Amogh93:3:1e03b9",
                            "valuessrc": "Amogh93:3:be4648"
                        },
                        "header": {
                            "fill": {
                                "color": "#a1c3d1"
                            },
                            "line": {
                                "color": "#7D7F80"
                            },
                            "alignsrc": "Amogh93:3:14d74e",
                            "valuessrc": "Amogh93:3:848bb2"
                        }
                    }
                ],
                "layout": {
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Amogh93",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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-06-26 10:41:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Amogh93",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}