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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI0LTA0LTI1KzE1JTNBMzclM0EzNy44OTkzMzklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNC0wNC0yNSsxNiUzQTM2JTNBNTUuOTI5MjI0JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-25T16:36:55.929224Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dwcoleman/1.embed",
            "fid": "dwcoleman:1",
            "filename": "Hosp Cases by Race 2016-2022",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/dwcoleman/1/9_KA62D4XKHBIXVUQVI3K3NCHJHF82NU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/dwcoleman/1/2_F37UQ056OKNW9I19U4AOVUZUJE2DW4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dwcoleman/1/8_N9ME4LNG16C3MQNJUIZ0BYSJ545ZB4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dwcoleman/1/9_KA62D4XKHBIXVUQVI3K3NCHJHF82NU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dwcoleman:1",
                "plots": "https://api.plotly.com/v2/plots/dwcoleman:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=dwcoleman"
            },
            "owner": "dwcoleman",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~dwcoleman/1/",
            "world_readable": true,
            "date_modified": "2024-04-25T16:36:55.941Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dwcoleman/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "labels": "Row\n  Labels",
                                "values": "Grand Total"
                            }
                        },
                        "mode": "markers",
                        "type": "pie",
                        "textinfo": "label+percent",
                        "labelssrc": "dwcoleman:0:7b4f80",
                        "valuessrc": "dwcoleman:0:4f8e8c",
                        "textposition": "auto"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Hospitalized Cases by Race"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "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/~dwcoleman",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-25 16:29:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dwcoleman",
                "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": "2024-04-25T16:36:15.957952Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kellenharwell/65.embed",
            "fid": "kellenharwell:65",
            "filename": "EQ Benchmark, flexran vs. deepsig, ICEDU",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/65/9_UKJ5QFAI1PYU3C7C7A00ZSFBK9PEGT.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/65/2_YYZ50DLXW85LVWLCLR6Z4GKPONLW1D.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/65/8_PT1RXXCUPWM7JP0YUAWFH3YF28R70H.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/65/9_UKJ5QFAI1PYU3C7C7A00ZSFBK9PEGT.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kellenharwell:65",
                "plots": "https://api.plotly.com/v2/plots/kellenharwell:65",
                "parent": "https://api.plotly.com/v2/folders/home?user=kellenharwell"
            },
            "owner": "kellenharwell",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~kellenharwell/65/",
            "world_readable": true,
            "date_modified": "2024-04-25T16:36:15.968Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kellenharwell/65/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "1x2_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:5574f4",
                        "ysrc": "kellenharwell:64:663d8f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:1630cb",
                        "ysrc": "kellenharwell:64:222093",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:7aa9b9",
                        "ysrc": "kellenharwell:64:648a02",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:613a34",
                        "ysrc": "kellenharwell:64:27a5dc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:090924",
                        "ysrc": "kellenharwell:64:12df31",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:35bb05",
                        "ysrc": "kellenharwell:64:c5fc41",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:44c157",
                        "ysrc": "kellenharwell:64:4aa761",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:0869e9",
                        "ysrc": "kellenharwell:64:496844",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:7cca92",
                        "ysrc": "kellenharwell:64:a4446d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:f236d9",
                        "ysrc": "kellenharwell:64:b4b03c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:066032",
                        "ysrc": "kellenharwell:64:4a1a47",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:2767a4",
                        "ysrc": "kellenharwell:64:db2d31",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:b6de3c",
                        "ysrc": "kellenharwell:64:416651",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:8b2cc1",
                        "ysrc": "kellenharwell:64:3ffa4a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:eae496",
                        "ysrc": "kellenharwell:64:46cdf8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:0962bf",
                        "ysrc": "kellenharwell:64:056ef6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:442fa1",
                        "ysrc": "kellenharwell:64:d93e55",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:0c8571",
                        "ysrc": "kellenharwell:64:c6cd44",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:0f4d10",
                        "ysrc": "kellenharwell:64:bd56e4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:7075b6",
                        "ysrc": "kellenharwell:64:3ed387",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:5bafae",
                        "ysrc": "kellenharwell:64:2426d9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:8c6fc0",
                        "ysrc": "kellenharwell:64:716a1c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:18ce3c",
                        "ysrc": "kellenharwell:64:33fbf9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:5067a6",
                        "ysrc": "kellenharwell:64:2ffa33",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:8ee3ac",
                        "ysrc": "kellenharwell:64:507984",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:a85790",
                        "ysrc": "kellenharwell:64:7dbbe0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:d9c355",
                        "ysrc": "kellenharwell:64:0e66b2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:a1463e",
                        "ysrc": "kellenharwell:64:03e222",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:e521e9",
                        "ysrc": "kellenharwell:64:e0fcd4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:64:5d9c6a",
                        "ysrc": "kellenharwell:64:54f511",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": "nRB"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0.703,
                            93.66000000000001
                        ],
                        "title": {
                            "text": "Time (microseconds)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "x unified",
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "EQ Benchmark, flexran vs. deepsig, ICEDU",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kellenharwell",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-15 05:14:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kellenharwell",
                "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": "2024-04-25T16:34:08.098618Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kellenharwell/62.embed",
            "fid": "kellenharwell:62",
            "filename": "EQ Benchmark2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/62/9_Z8C373UEHXQFVBBX1CY4EGRNJ9J7GW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/62/2_ZG5F22I3KL9RCVGPOICUIXEBU31K10.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/62/8_6D0IFOM0DIXW2QI5LF6860PTQZ3TVN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/62/9_Z8C373UEHXQFVBBX1CY4EGRNJ9J7GW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kellenharwell:62",
                "plots": "https://api.plotly.com/v2/plots/kellenharwell:62",
                "parent": "https://api.plotly.com/v2/folders/home?user=kellenharwell"
            },
            "owner": "kellenharwell",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~kellenharwell/62/",
            "world_readable": true,
            "date_modified": "2024-04-25T16:34:08.109Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kellenharwell/62/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "1x2_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:bc51e1",
                        "ysrc": "kellenharwell:61:bbd111",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:4172f6",
                        "ysrc": "kellenharwell:61:ab6045",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:b6e44d",
                        "ysrc": "kellenharwell:61:a100a8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:32c310",
                        "ysrc": "kellenharwell:61:bbe299",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:c0f448",
                        "ysrc": "kellenharwell:61:7dfbde",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:82958c",
                        "ysrc": "kellenharwell:61:173235",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:deb620",
                        "ysrc": "kellenharwell:61:f4f56a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:d0b4b8",
                        "ysrc": "kellenharwell:61:d843e8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:d416ec",
                        "ysrc": "kellenharwell:61:9e4f62",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:a9c84d",
                        "ysrc": "kellenharwell:61:eb1a80",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:c40d8f",
                        "ysrc": "kellenharwell:61:a67613",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:eaaa31",
                        "ysrc": "kellenharwell:61:61fefd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:4c143f",
                        "ysrc": "kellenharwell:61:f68bb6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:fc6fb6",
                        "ysrc": "kellenharwell:61:8daadb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:f97587",
                        "ysrc": "kellenharwell:61:d47e9b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:6c9ec7",
                        "ysrc": "kellenharwell:61:16bb4a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:7ba787",
                        "ysrc": "kellenharwell:61:f6dc17",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:53eacd",
                        "ysrc": "kellenharwell:61:d7b3ee",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:a14eaf",
                        "ysrc": "kellenharwell:61:fcf7db",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:a79105",
                        "ysrc": "kellenharwell:61:b528c1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:7dcd80",
                        "ysrc": "kellenharwell:61:d92b79",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:777511",
                        "ysrc": "kellenharwell:61:1b89a0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:955f31",
                        "ysrc": "kellenharwell:61:97e9c2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:83c948",
                        "ysrc": "kellenharwell:61:80224f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:7600a4",
                        "ysrc": "kellenharwell:61:a968dc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:7ec945",
                        "ysrc": "kellenharwell:61:000acf",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:3df56f",
                        "ysrc": "kellenharwell:61:637b84",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:9acdc2",
                        "ysrc": "kellenharwell:61:16ae02",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:7f371d",
                        "ysrc": "kellenharwell:61:5b7b7b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:61:081082",
                        "ysrc": "kellenharwell:61:ce10ce",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": "nRB"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0.703,
                            93.66000000000001
                        ],
                        "title": {
                            "text": "Time (microseconds)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "x unified",
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "EQ Benchmark",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kellenharwell",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-15 05:14:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kellenharwell",
                "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": "2024-04-25T16:21:28.985423Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~masu114/1.embed",
            "fid": "masu114:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/masu114/1/9_9C053MN6RPJ824X12SFNQUKBLLOKV1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/masu114/1/2_QXALE27KSA9O7ZUE0EKEOBYNWR8O48.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/masu114/1/8_CW9QO1WJQP8JQCPIF7WIWNX7W4L5NK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/masu114/1/9_9C053MN6RPJ824X12SFNQUKBLLOKV1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/masu114:1",
                "plots": "https://api.plotly.com/v2/plots/masu114:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=masu114"
            },
            "owner": "masu114",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~masu114/1/",
            "world_readable": true,
            "date_modified": "2024-04-25T16:21:28.997Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~masu114/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": "masu114:0:329fa3",
                        "ysrc": "masu114:0:f0d231"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Temp. plot"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            0,
                            50000
                        ],
                        "title": {
                            "text": "Steps"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            1.8333333333333304,
                            318.7666666666667
                        ],
                        "title": {
                            "text": "Temp (K)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~masu114",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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": "2024-04-25 16:21:03",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "masu114",
                "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": "2024-04-25T16:17:49.710479Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kellenharwell/56.embed",
            "fid": "kellenharwell:56",
            "filename": "EQ Benchmark",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/56/9_3GE7274MQLT51KALSOM29P3FI77AVU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/56/2_QAZKGX3DI2U6Y8NTVUZO16W80VZQIV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/56/8_O83M61LC5IVJORP9IKN85V5FGBTZO6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/56/9_3GE7274MQLT51KALSOM29P3FI77AVU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kellenharwell:56",
                "plots": "https://api.plotly.com/v2/plots/kellenharwell:56",
                "parent": "https://api.plotly.com/v2/folders/home?user=kellenharwell"
            },
            "owner": "kellenharwell",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~kellenharwell/56/",
            "world_readable": true,
            "date_modified": "2024-04-25T16:35:21.532Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kellenharwell/56/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "1x2_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:51b2e4",
                        "ysrc": "kellenharwell:63:55445a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:f743bb",
                        "ysrc": "kellenharwell:63:55aa8a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:4993cd",
                        "ysrc": "kellenharwell:63:71a711",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:eae1f1",
                        "ysrc": "kellenharwell:63:649c1b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:3fc94d",
                        "ysrc": "kellenharwell:63:e30589",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:79c2fe",
                        "ysrc": "kellenharwell:63:665d05",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:530379",
                        "ysrc": "kellenharwell:63:3bf92e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:a3fdbc",
                        "ysrc": "kellenharwell:63:7203fd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:6a6812",
                        "ysrc": "kellenharwell:63:5b8f65",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:fa5cc1",
                        "ysrc": "kellenharwell:63:0d3467",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:119f25",
                        "ysrc": "kellenharwell:63:88dd1e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:f504a1",
                        "ysrc": "kellenharwell:63:5dfd04",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:c8da79",
                        "ysrc": "kellenharwell:63:3e4f3d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:29a452",
                        "ysrc": "kellenharwell:63:486beb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:955026",
                        "ysrc": "kellenharwell:63:11596a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:c40ed7",
                        "ysrc": "kellenharwell:63:b3b6d1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:9b9b07",
                        "ysrc": "kellenharwell:63:a252df",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:94d638",
                        "ysrc": "kellenharwell:63:53147b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:34805a",
                        "ysrc": "kellenharwell:63:e9cfee",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:078708",
                        "ysrc": "kellenharwell:63:3b7282",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:5ad71d",
                        "ysrc": "kellenharwell:63:158792",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:5965a7",
                        "ysrc": "kellenharwell:63:ab7b57",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:1e98a9",
                        "ysrc": "kellenharwell:63:2169d9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:0d56e2",
                        "ysrc": "kellenharwell:63:c86a0a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:b69178",
                        "ysrc": "kellenharwell:63:dd8812",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:511e10",
                        "ysrc": "kellenharwell:63:4f28bc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:61b9c4",
                        "ysrc": "kellenharwell:63:58934f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:56aa23",
                        "ysrc": "kellenharwell:63:7cf15c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:2c12c5",
                        "ysrc": "kellenharwell:63:dbf8a9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:63:9b15cd",
                        "ysrc": "kellenharwell:63:00295c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": "nRB"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0.703,
                            93.66000000000001
                        ],
                        "title": {
                            "text": "Time (microseconds)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "x unified",
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "EQ Benchmark",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kellenharwell",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-15 05:14:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kellenharwell",
                "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": "2024-04-25T16:17:04.974335Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~556929/37.embed",
            "fid": "556929:37",
            "filename": "Plot 37",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/556929/37/9_1XPL0K5HV0ZBI505OU7XRX94C89JMI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/556929/37/2_7PWOSXD57PW4UN6AWFYMC7GBARHHQP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/556929/37/8_P0HB5F4JQQ3AKIJWTCW866XYG7BL2O.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/556929/37/9_1XPL0K5HV0ZBI505OU7XRX94C89JMI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/556929:37",
                "plots": "https://api.plotly.com/v2/plots/556929:37",
                "parent": "https://api.plotly.com/v2/folders/home?user=556929"
            },
            "owner": "556929",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~556929/37/",
            "world_readable": true,
            "date_modified": "2024-04-25T16:17:04.987Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~556929/37/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "83fcf6",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "name": "Yukon Gold",
                        "type": "scatter",
                        "xsrc": "556929:36:03bbca",
                        "ysrc": "556929:36:d401ce",
                        "visible": true
                    },
                    {
                        "uid": "eb6f92",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "Sweet Potato",
                        "type": "scatter",
                        "xsrc": "556929:36:03bbca",
                        "ysrc": "556929:36:81c0c9",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "uid": "9b29c5",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "markers",
                        "name": "Red Potato",
                        "type": "scatter",
                        "xsrc": "556929:36:03bbca",
                        "ysrc": "556929:36:0e5852",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "uid": "f4e716",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "83fcf6",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 8.088881257628243,
                                        "value": -73.10000000000011
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 3.9627263342300463,
                                        "value": 39.44000000000005
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "36573d",
                        "transforms": [
                            {
                                "rms": 6.8729421162507505,
                                "type": "fit",
                                "xmid": 0.40000000000000024,
                                "ymid": 39.120000000000005,
                                "inputUid": "eb6f92",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 10.867075656925444,
                                        "value": -26.30000000000002
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 5.323758071137712,
                                        "value": 49.640000000000015
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.813197686163895,
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [
                                    null,
                                    2
                                ],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "e8e855",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "9b29c5",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 8.349999999999508,
                                        "value": -59.94999999999887
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 4.0906478704480005,
                                        "value": 30.05999999999955
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.1144962282907433,
                            2.000000000000001
                        ],
                        "title": {
                            "text": "Sucrose Concentration (M)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -23.594761486684227,
                            61.79476148668423
                        ],
                        "title": {
                            "text": "Percentage Change of Mass (%)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "annotations": [
                        {
                            "x": 0.8328167943395126,
                            "y": 27.51130816505707,
                            "ax": 204,
                            "ay": -119,
                            "text": "y = (-26.30000000000002)*X + (49.640000000000015)"
                        },
                        {
                            "x": 0.41412782878194265,
                            "y": 9.19657594381036,
                            "ax": 121,
                            "ay": -30,
                            "text": "y = (-73.10000000000011)*X + (39.44000000000005)"
                        },
                        {
                            "x": 0.018829308227589013,
                            "y": 28.343195785777002,
                            "ax": 267,
                            "ay": -76,
                            "text": "y = (-59.94999999999887)*X + (30.05999999999955)"
                        },
                        {
                            "x": 1.4409683644231335,
                            "y": -11.490576529119112,
                            "ax": 145,
                            "ay": 73,
                            "font": {
                                "size": 18
                            },
                            "text": "y = M*X + B",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~556929",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-10-07 20:34:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "556929",
                "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": "2024-04-25T16:15:53.707374Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kellenharwell/54.embed",
            "fid": "kellenharwell:54",
            "filename": "Plot 54",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/54/9_FJ6V7J2P34AQ17H508LFOQNP85NRGF.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/54/2_5GKWNMUQ65MN4L6XHMW7GQL6ZXB573.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/54/8_4AJTC3VB7Z2TJKN7GKYQMYUSEHQ7UL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/54/9_FJ6V7J2P34AQ17H508LFOQNP85NRGF.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kellenharwell:54",
                "plots": "https://api.plotly.com/v2/plots/kellenharwell:54",
                "parent": "https://api.plotly.com/v2/folders/home?user=kellenharwell"
            },
            "owner": "kellenharwell",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~kellenharwell/54/",
            "world_readable": true,
            "date_modified": "2024-04-25T16:15:53.719Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kellenharwell/54/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "1x2_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:aa9290",
                        "ysrc": "kellenharwell:53:f6dd56",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:8e96bd",
                        "ysrc": "kellenharwell:53:9fff00",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:df4cd9",
                        "ysrc": "kellenharwell:53:709288",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:55fab6",
                        "ysrc": "kellenharwell:53:5f2e56",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:ee6997",
                        "ysrc": "kellenharwell:53:03ad7b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:1fff46",
                        "ysrc": "kellenharwell:53:eda4ce",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:61cd20",
                        "ysrc": "kellenharwell:53:60b7c2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:879a6c",
                        "ysrc": "kellenharwell:53:4241ab",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:e237eb",
                        "ysrc": "kellenharwell:53:dad3dd",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:a57c78",
                        "ysrc": "kellenharwell:53:00c53a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:20c029",
                        "ysrc": "kellenharwell:53:4e9ce3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:9d178c",
                        "ysrc": "kellenharwell:53:31e066",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:1fcf58",
                        "ysrc": "kellenharwell:53:6eb17a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:66c0ba",
                        "ysrc": "kellenharwell:53:006271",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:a2dcb1",
                        "ysrc": "kellenharwell:53:f89df9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:fb5046",
                        "ysrc": "kellenharwell:53:2569b4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:feafff",
                        "ysrc": "kellenharwell:53:e7fa61",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:f49f04",
                        "ysrc": "kellenharwell:53:e12b85",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:b33ad8",
                        "ysrc": "kellenharwell:53:769c1a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:425061",
                        "ysrc": "kellenharwell:53:3caf1d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:44a568",
                        "ysrc": "kellenharwell:53:60b6d0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:7ae084",
                        "ysrc": "kellenharwell:53:92b97b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:71ee2c",
                        "ysrc": "kellenharwell:53:8a55d9",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:119c8d",
                        "ysrc": "kellenharwell:53:2c2cf6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:d6881c",
                        "ysrc": "kellenharwell:53:0d9261",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:b8b542",
                        "ysrc": "kellenharwell:53:594fa0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:e3904c",
                        "ysrc": "kellenharwell:53:30456c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:44131c",
                        "ysrc": "kellenharwell:53:98d60b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:9302db",
                        "ysrc": "kellenharwell:53:27f502",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:53:215319",
                        "ysrc": "kellenharwell:53:f1f1b5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": "nRB"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            0.703,
                            93.66000000000001
                        ],
                        "title": {
                            "text": "Time (microseconds)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "x unified",
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "EQ Benchmark",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kellenharwell",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-15 05:14:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kellenharwell",
                "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": "2024-04-25T16:15:28.225810Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kellenharwell/52.embed",
            "fid": "kellenharwell:52",
            "filename": "Plot 52",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/52/9_GMUDTE9HQPEQY16UDPGDD1A46ZDIOQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/52/2_CD7L2SU8I3G5IVPFH4FYMYW6RUFXM1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/52/8_07TTMB9VZ0OHBD7RWLID2SB61SU7GE.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/52/9_GMUDTE9HQPEQY16UDPGDD1A46ZDIOQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kellenharwell:52",
                "plots": "https://api.plotly.com/v2/plots/kellenharwell:52",
                "parent": "https://api.plotly.com/v2/folders/home?user=kellenharwell"
            },
            "owner": "kellenharwell",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~kellenharwell/52/",
            "world_readable": true,
            "date_modified": "2024-04-25T16:15:28.238Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kellenharwell/52/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "1x2_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:36c932",
                        "ysrc": "kellenharwell:51:48762d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:8f0376",
                        "ysrc": "kellenharwell:51:300979",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:17ba0e",
                        "ysrc": "kellenharwell:51:9b8cd0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:5b6ad1",
                        "ysrc": "kellenharwell:51:7ff817",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:189ed9",
                        "ysrc": "kellenharwell:51:0e03d5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:7eefcb",
                        "ysrc": "kellenharwell:51:59b54d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:9bc25b",
                        "ysrc": "kellenharwell:51:4acfa7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:259c4b",
                        "ysrc": "kellenharwell:51:808949",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:f45b05",
                        "ysrc": "kellenharwell:51:9b8252",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:5ab2f8",
                        "ysrc": "kellenharwell:51:d4f257",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:fa2c9c",
                        "ysrc": "kellenharwell:51:fbceb4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:00f314",
                        "ysrc": "kellenharwell:51:a1e7e8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:3868a6",
                        "ysrc": "kellenharwell:51:90bb2d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:b1cb81",
                        "ysrc": "kellenharwell:51:ef7260",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:02465c",
                        "ysrc": "kellenharwell:51:d06264",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:a09a5d",
                        "ysrc": "kellenharwell:51:4eedb3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:f051a4",
                        "ysrc": "kellenharwell:51:7bcec8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:6fa39b",
                        "ysrc": "kellenharwell:51:8d5dfb",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:a8675d",
                        "ysrc": "kellenharwell:51:72dba3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:701d3e",
                        "ysrc": "kellenharwell:51:eab52a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:05a05d",
                        "ysrc": "kellenharwell:51:a11560",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:395d65",
                        "ysrc": "kellenharwell:51:bf24a4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:c2a553",
                        "ysrc": "kellenharwell:51:886927",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:49cebe",
                        "ysrc": "kellenharwell:51:fd43a7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:0205ed",
                        "ysrc": "kellenharwell:51:c22bb5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:3a772d",
                        "ysrc": "kellenharwell:51:fd3821",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:f74d81",
                        "ysrc": "kellenharwell:51:b89555",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:91ad75",
                        "ysrc": "kellenharwell:51:97421a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:fc5f4e",
                        "ysrc": "kellenharwell:51:38ba31",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:51:d11340",
                        "ysrc": "kellenharwell:51:2b2bf7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": "nRB"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "rangeslider": {
                            "visible": true
                        }
                    },
                    "yaxis": {
                        "range": [
                            0.703,
                            93.66000000000001
                        ],
                        "title": {
                            "text": "Time (microseconds)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "EQ Benchmark",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kellenharwell",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-15 05:14:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kellenharwell",
                "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": "2024-04-25T16:14:57.600849Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kellenharwell/50.embed",
            "fid": "kellenharwell:50",
            "filename": "Plot 50",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/50/9_NVL90XRTK3L5KRBRLKB21GVM76J8K8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/50/2_CXZ7C8GY5E8T4VQ644VSPEP7HWPRWH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/50/8_5L32KIROBH0NAM32TSRDX0S639ZOSS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/50/9_NVL90XRTK3L5KRBRLKB21GVM76J8K8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kellenharwell:50",
                "plots": "https://api.plotly.com/v2/plots/kellenharwell:50",
                "parent": "https://api.plotly.com/v2/folders/home?user=kellenharwell"
            },
            "owner": "kellenharwell",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~kellenharwell/50/",
            "world_readable": true,
            "date_modified": "2024-04-25T16:14:57.612Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kellenharwell/50/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "1x2_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:436357",
                        "ysrc": "kellenharwell:49:3c5242",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:8ec2ab",
                        "ysrc": "kellenharwell:49:fd8cd6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:78c670",
                        "ysrc": "kellenharwell:49:d19e8a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:71274b",
                        "ysrc": "kellenharwell:49:15643c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:6bbd6a",
                        "ysrc": "kellenharwell:49:20dfb0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x2_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:30cbba",
                        "ysrc": "kellenharwell:49:3dd8c4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:18bc26",
                        "ysrc": "kellenharwell:49:d1094a",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:7f4cba",
                        "ysrc": "kellenharwell:49:2860c6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:ed9398",
                        "ysrc": "kellenharwell:49:4c4caa",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:851851",
                        "ysrc": "kellenharwell:49:2fcc06",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:5cc419",
                        "ysrc": "kellenharwell:49:fd37ba",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:5b2682",
                        "ysrc": "kellenharwell:49:027252",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:40af4a",
                        "ysrc": "kellenharwell:49:d09bcc",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:aa64be",
                        "ysrc": "kellenharwell:49:246262",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:913559",
                        "ysrc": "kellenharwell:49:d0f11d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:06417c",
                        "ysrc": "kellenharwell:49:885bc2",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:173320",
                        "ysrc": "kellenharwell:49:9b77ca",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "1x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:2206a5",
                        "ysrc": "kellenharwell:49:e51a48",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:23f477",
                        "ysrc": "kellenharwell:49:ca098e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:19748e",
                        "ysrc": "kellenharwell:49:780f7f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:3444ed",
                        "ysrc": "kellenharwell:49:989e2d",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:1a2d69",
                        "ysrc": "kellenharwell:49:01ac44",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:7ccb6f",
                        "ysrc": "kellenharwell:49:5b9075",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x4_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:310f27",
                        "ysrc": "kellenharwell:49:f31075",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:91368a",
                        "ysrc": "kellenharwell:49:df5370",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:208afb",
                        "ysrc": "kellenharwell:49:1b8434",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_deepsig_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:7f275d",
                        "ysrc": "kellenharwell:49:b13809",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs16",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:425be0",
                        "ysrc": "kellenharwell:49:5aaa13",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs2",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:096934",
                        "ysrc": "kellenharwell:49:f21f68",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    },
                    {
                        "name": "2x8_flexran_mmse_mcs20",
                        "type": "scatter",
                        "xsrc": "kellenharwell:49:cff0b9",
                        "ysrc": "kellenharwell:49:7cc5b1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoverlabel": {
                            "namelength": -1
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": "nRB"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "rangeslider": {
                            "visible": true
                        }
                    },
                    "yaxis": {
                        "range": [
                            0.703,
                            93.66000000000001
                        ],
                        "title": {
                            "text": "Time (microseconds)"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "hovermode": "x unified",
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "EQ Benchmark",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kellenharwell",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-15 05:14:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kellenharwell",
                "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": "2024-04-25T15:37:37.899339Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~diegopena/15.embed",
            "fid": "diegopena:15",
            "filename": "Plot 15",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/diegopena/15/9_42AWODYX13EAB9813I4MFAV5EB3VYB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/diegopena/15/2_LZDDMI2QEDNHF99EGYYS2TTGNAZLEY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/diegopena/15/8_00FBJ986QJ2KRCXDEP6EP2SSRDYQNV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/diegopena/15/9_42AWODYX13EAB9813I4MFAV5EB3VYB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/diegopena:15",
                "plots": "https://api.plotly.com/v2/plots/diegopena:15",
                "parent": "https://api.plotly.com/v2/folders/home?user=diegopena"
            },
            "owner": "diegopena",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~diegopena/15/",
            "world_readable": true,
            "date_modified": "2024-05-01T09:46:20.706Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~diegopena/15/",
            "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": "diegopena:14:20558a",
                        "ysrc": "diegopena:14:f352b4",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "UV-VisĀ  Spectrum Madder red"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            320,
                            750
                        ],
                        "title": {
                            "text": "Wavelength (nm)"
                        },
                        "autorange": true,
                        "showspikes": true
                    },
                    "yaxis": {
                        "range": [
                            178.94444444444443,
                            3080.0555555555557
                        ],
                        "title": {
                            "text": "AbsorbanceĀ "
                        },
                        "autorange": true,
                        "showspikes": 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/~diegopena",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-17 15:48:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "diegopena",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}